Saturday, February 04, 2006
Previous Posts
- How to get the parent directory of a folder
- Special characters and operators
- Print only line 58 of a text file: $ sed -n '58...
- Batch renaming of files$ rename 's/\s+/_/g' *.mp3R...
- The set command#!/bin/shset `date`echo "Time: $4 $...
- Positional parametersmyscript.sh:#!/bin/shecho $0 ...
- Ignore case in grep$ grep -i 'camelCaseWhatever' f...
- sed: Swap two words around$ cat testfirst:secondon...
- sed: Enclose a word in angle-bracketss/html/<&>/re...
- Delete all lines in a file that begins with 'O'$ca...
0 Comments:
Post a Comment
<< Home