Linux commands: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
|||
| Line 1: | Line 1: | ||
(1) | (1) Alternative Linux commands to complete the same task, | ||
(2) The equivalent or similar commands between Windows and Linux system. | (2) The equivalent or similar commands between Windows and Linux system. | ||
== Help for command == | |||
: [[Image:Owl icon.jpg]] Help for command: | : [[Image:Owl icon.jpg]] Help for command: | ||
: {{Linux}} or {{Mac}}: Type {{kbd | key= ''command_name'' --help}} or {{kbd | key= man ''command_name''}} ; | |||
* {{Gd}} [https://explainshell.com/ explainshell.com - match command-line arguments to their help text] | |||
* {{Linux}} or {{Mac}}: Type {{kbd | key= ''command_name'' --help}} or {{kbd | key= man ''command_name''}} ; | |||
* {{Win}}: Type {{kbd | key= ''command_name'' <nowiki>/?</nowiki>}} "Open Source tools [http://www.cygwin.com/ Cygwin] which provide functionality similar to a Linux distribution on Windows" | |||
== Text file manipulation == | == Text file manipulation == | ||