Linux commands

From LemonWiki共筆
Revision as of 17:14, 25 April 2009 by Planetoid (talk | contribs) (新頁面: display the first lines of text file * [http://en.wikipedia.org/wiki/Head_(Unix) head] <nowiki>[options]</nowiki> ''filename'' * [http://www.tuxfiles.org/linuxhelp/vimcheat.html vim] <now...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

display the first lines of text file

  • head [options] filename
  • vim [options] filename (and press gg)

display the last few lines of text file

  • tail [options] filename
  • vim [options] filename (and press G)