Linux commands: Difference between revisions

Jump to navigation Jump to search
230 bytes added ,  23 October 2012
Line 47: Line 47:
* find ({{Linux}}) ex: {{kbd | key= find / -name ''filename''}} Find the file which naming filename Under the path / (root folder) <ref> [http://www.codecoffee.com/tipsforlinux/articles/21.html Tips For Linux - How to find files in Linux using 'find']</ref>
* find ({{Linux}}) ex: {{kbd | key= find / -name ''filename''}} Find the file which naming filename Under the path / (root folder) <ref> [http://www.codecoffee.com/tipsforlinux/articles/21.html Tips For Linux - How to find files in Linux using 'find']</ref>
* dir ({{Win}}) ex: {{kbd | key= dir ''filename'' /s}}<ref>[http://www.computerhope.com/issues/ch000309.htm How to find a file in MS-DOS.]</ref> {{exclaim}} I have no idea to specify the file path to find the file.
* dir ({{Win}}) ex: {{kbd | key= dir ''filename'' /s}}<ref>[http://www.computerhope.com/issues/ch000309.htm How to find a file in MS-DOS.]</ref> {{exclaim}} I have no idea to specify the file path to find the file.
show the current directory
* {{kbd | key= pwd}}({{Linux}})
* {{kbd | key= echo %cd%}}({{Win}}) <ref>[http://stackoverflow.com/questions/921741/windows-equivilent-to-unix-pwd Windows equivilent to UNIX pwd - Stack Overflow]</ref>


== network ==
== network ==

Navigation menu