Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Text Processing
n awk – A pattern scanning and processing language
n banner – Creates ascii art version of an input string for printing large banners
n cat – Concatenate files to standard output
n cksum – Print the CRC checksum and bytecount of a file (see also MD5)
n cmp – Compare two files byte for byte
n cut – Remove sections from each line of a file or standard input
n diff – Compare two text files line by line
n egrep – Extended pattern matching (synonym for "grep -E")
n fgrep – Simplified pattern matching (synonym for "grep -F")
n fold – Wrap each input line to fit within the given width
n grep – Print lines matching a pattern
n head – Output the first parts of a file
n iconv – Convert the encoding of the specified files
n join – Join lines of two files on a common field
n less – Improved more-like text pager