Saari Development

This blog is intended to be a log of my (Ali Rizvi's) professional ramblings as a software development engineer. I intend to add logs of my experience with different technologies, software, tech books/articles and related stuff from time to time. My intention is to have an archive for my personal use and public benefit.

Saturday, February 25, 2006

*nix: Text Files Commands

This post saved the day for some work related stuff:

Week 101 - Unix Commands Reference (7 March 2005)

It talks about:

split ... split a file into many files
sort ... sort the lines of a file into alphabetic order
uniq ... filter out repeated lines of a file
join ... perform a database join on files
paste ... merge corresponding lines of two file
comm ... display lines common to two files
diff ... compare two files
diff3 ... compares three files
sdiff ... compare and merge two files
zdiff, bzdiff ... diff zipped, bzipped files

1 Comments:

Blogger Ali said...

Here is the complete list of unix tricks:
http://www.osxfaq.com/tips/unix-tricks/index.ws

3:32 AM  

Post a Comment

<< Home