Tips tagged sed


13

Tip #11  

Add commas to all numeric strings in a file, changing "1234567" to "1,234,567"

Read more »

4

Tip #48   Check low space

Mail somebody about space running low in some path (ksh, bash):

Read more »

11

Tip #43   Using Perl instead of Sed

Prefer Perl over Sed? No problem! To use Perl as a Sed-like program:
Read more »

0

Tip #12  

Add a leading angle bracket and space to each line (quote a message)

Read more »