Did you know
that you can jump to your home directory from any location by simply typing
cd
and pressing enter?
that you can easily create backup of a file using
cp /location/filename{,.bak}
That you can copy and paste text in terminal using Ctrl + Shift + C and Ctrl + Shift + V?
That you can search for previously typed command using Ctrl + R and typing the first few letters of the command?
That you can see a list of all commands typed into terminal using the history command and clear it using history -c ?
Most people who visit this blog subscribe via email or RSS.
We would like you to do so as well and ensure that you don't miss out any great posts from this blog.
Get posts delivered to your Email Inbox or to an RSS Reader.
Please stay and enjoy the site.
We would like you to do so as well and ensure that you don't miss out any great posts from this blog.
Get posts delivered to your Email Inbox or to an RSS Reader.
Please stay and enjoy the site.












2 Responses to Bashing the linux terminal [Did You Know?]
One I find quite useful is Ctrl + l. This clears the screen.
Hey and you can move to the previous directory using cd -
Quite a useful command that I use often :)
Post a Comment