Revision history of "Tail"

From Hackepedia
Jump to navigationJump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:59, 3 July 2008Pbug talk contribsm 234 bytes +234 New page: Tail takes the last few lines in a file, like so: francisco$ tail -1 /etc/passwd testuser:*:1001:1001:test:/usr/home/testuser:/bin/ksh This can also be achieve with sed and awk...