Saari Development

Ali Rizvi's Technical Blog as a Professional Software Development Engineer

*nix: Text Files Commands

with one comment

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

Written by imsaar

February 25, 2006 at 11:24 am

Posted in general

One Response

Subscribe to comments with RSS.

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

    Ali

    February 25, 2006 at 11:32 am


Leave a comment