Posts in category Guest Editors
Chasing Your ‘Tail’ With ...
‘GNU tail’ is a small utility which prints (by default) the last 10 lines of any file. This an amazing piece of software not only allows you to see the last part of a file but also enables you to monitor a file’s changes without opening the file.
‘tail’ can be used alone or can be combined with other commands like R [...]
Using ‘Alias’ in Linux
There comes a time in every Linux users’ life when you will open the Terminal more often than not because you have realized that it is faster, more efficient and more powerful than GUI (Graphical User Interface). You’ll have started to learn more and more commands and now feel more comfortable with command prompt. The command [...]