This is my first tut that I have written... If I have forgotten any commands please feel free to criticize me...
Check out www.computerhope.com for a more In-depth look at *nix commands.. Hope this tut is of help to some of you..
Printable View
This is my first tut that I have written... If I have forgotten any commands please feel free to criticize me...
Check out www.computerhope.com for a more In-depth look at *nix commands.. Hope this tut is of help to some of you..
Thanks for the tut. Here's a thought or to that I had on it. you sayThats one way but I'd be nervous doing a recurisve delete seems that rmdir would be better -it will not allow you to delete a non-empty dir.Quote:
deltree...................rm -r -Remove subdirectory
I think that
is good but I find more to be better -same effect as cat filename | more or type filename |moreQuote:
type......................cat -Show file contents on-screen (Text files)
One missing things is Edit ..................................vi -see http://www.chem.brown.edu/instructions/vi.html#cursor for vi commands
Cheers,
-D
Duncan
PS -Commented as I read
Nice tut. Thanks!
When u type CD on DOS promt u get a result similar to $pwd on *nix
ByE!
Groby
Good job. I would call myself semi-fluent in DOS commands, and I am just getting into Linux, so this will help me out a lot. Now I can see equivalent commands for the two OSes.