Differences between version 4 and predecessor to the previous major change of TextUtilities.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Friday, September 2, 2005 1:04:07 pm | by AlastairPorter | Revert |
Older page: | version 3 | Last edited on Wednesday, July 13, 2005 12:04:10 am | by PerryLorier | Revert |
@@ -8,8 +8,10 @@
; sed(1) : a simple script editor, mostly used for it's search and replace
; join(1) : a filter to join two files together based on a common column
; cut(1) : a filter to "cut" out different columns
; paste(1) : the reverse of cut
+; head(1) : display the top of a file
+; tail(1) : display the bottom of a file
; awk(1) : a simple scripting language for managing (mangling?) text files
; perl(1) : The swiss army knife of text processing
; python(1) : Yet another swiss army knife of text processing