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
Previous revision
project:linuxfun [2016/12/23 01:18]
over23 ffmpeg sciprt
project:linuxfun [2017/09/19 11:41]
over23
Line 1: Line 1:
 +{{ project:​sorry_vole_error.gif}}
  
   * LINUX BASICS Public Wiki by Over and LiPo: [[http://​wiki.li-on.cz/​|http://​wiki.li-on.cz/​]]   * LINUX BASICS Public Wiki by Over and LiPo: [[http://​wiki.li-on.cz/​|http://​wiki.li-on.cz/​]]
Line 6: Line 6:
  
 [[https://​over23.github.io/​r00t_l4b/​useful_linux.html|https://​over23.github.io/​r00t_l4b/​useful_linux.html]] [[https://​over23.github.io/​r00t_l4b/​useful_linux.html|https://​over23.github.io/​r00t_l4b/​useful_linux.html]]
 +
 +===== test machine and scripts =====
 +[[test questions]]
 +
 +[[broken machine]]
  
 ===== parse IRC logs only for http - example ===== ===== parse IRC logs only for http - example =====
Line 75: Line 80:
   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