14,959
edits
| Line 21: | Line 21: | ||
* [http://en.wikipedia.org/wiki/Vi vi] <nowiki>[options]</nowiki> ''filename'' ({{Linux}}) | * [http://en.wikipedia.org/wiki/Vi vi] <nowiki>[options]</nowiki> ''filename'' ({{Linux}}) | ||
* {{kbd | key=cat ''filename''}} ({{Linux}}) | * {{kbd | key=cat ''filename''}} ({{Linux}}) | ||
newline count, word count | |||
* newline count: {{kbd | key= <nowiki>wc -l <filename></nowiki>}} <ref>[https://en.wikipedia.org/wiki/Wc_(Unix) wc (Unix) - Wikipedia, the free encyclopedia]</ref> ex: {{kbd | key= <nowiki>wc -l *.txt</nowiki>}} to print the newline count of txt files of the current folder | |||
Save a Unix manpage as plain text | Save a Unix manpage as plain text | ||