LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Remembering commands (https://www.linuxquestions.org/questions/linux-newbie-8/remembering-commands-808375/)

mylinuxqs 05-17-2010 12:19 PM

Remembering commands
 
For someone who is coming from a Windows\GUI environment and learning Linux, what is the easiest way to remember the commands

pljvaldez 05-17-2010 12:26 PM

Practice. Practice. Practice. Followed closely by cheat sheets. :D

posixculprit 05-17-2010 12:28 PM

Use them.

MTK358 05-17-2010 12:30 PM

Quote:

Originally Posted by mylinuxqs (Post 3971638)
For someone who is coming from a Windows\GUI environment and learning Linux, what is the easiest way to remember the commands

After using them you will memorize them.

Also check out the LinuxCommand tutorial in my sig. It's one of the the best beginners' command line tutorial I've ever come across.

j1alu 05-17-2010 12:42 PM

Helps me to think about what they "mean"
cd -> change directory
pwd -> print which directory
ls -> list
mkdir -> make directory
cp -> copy
rm -> remove
and so on. Day to day you don't need that much of commands

-l -> long
-v -> verbose
-vv -> very verbose
-a -> all
-r -> recursive

DavidMcCann 05-17-2010 12:50 PM

You can always make your own list of things you come across that are useful, but not every day. Mine has sections like File handling, System information, Job control, etc. Things like pwd and less are soon learned, but those like df and touch will come your way later.

If you want a surprise, try typing yes no in the command line :)

pixellany 05-17-2010 01:47 PM

Quote:

Originally Posted by DavidMcCann (Post 3971675)
If you want a surprise, try typing yes no in the command line :)

Cute!! Turns a laptop into a hand-warmer....;)

For remembering commands, there is always:
tab-completion: type a few letters and then hit the tab key.

man -k <keyword>

MTK358 05-17-2010 01:58 PM

Quote:

Originally Posted by pixellany (Post 3971740)
Quote:

Originally Posted by DavidMcCann (Post 3971675)
If you want a surprise, try typing yes no in the command line :)

Cute!! Turns a laptop into a hand-warmer....;)

If you think that turns a laptop into a good hand warmer, try this:

Code:

yes > /dev/null
Now it's not limited by how fast it can print to the terminal!

Bratmon 05-17-2010 05:13 PM

http://store.xkcd.com/xkcd/#LinuxCheatShirt

jefro 05-17-2010 07:02 PM

I never remember them.
I remember concepts. Concepts are similar to both. Say for example file move.
If I want to move a file and I forgot then I use search tool to search for move file linux.

man pages are for people that try to remember them but need a little help.


All times are GMT -5. The time now is 01:49 AM.