• find ./ -name “*.mak” -exec egrep -H -n 'DEBUG' {} \;
  • Unzip all files in a separate directory (even if there is space in the filenames): find *.zip -print0 | sed s/\.zip//g | xargs -i –null -t unzip -d '{}' '{}'
notes/useful_command_lines.txt · Last modified: 2005/11/13 18:52 by 192.168.69.200