Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
project:linuxfun [2016/12/23 01:18]
over23 ffmpeg sciprt
project:linuxfun [2016/12/23 01:27]
over23
Line 75: Line 75:
   done   done
  
 +====== Get a rid of spaces in dir ======
 +  for f in *\ *; do mv "​$f"​ "${f// /_}"; done
  
  • project/linuxfun.txt
  • Last modified: 2017/09/19 11:41
  • by over23