Tech on Tour header image 2

Linux Commands

September 5th, 2007 by Alex Costa · 2 Comments


I did a search on google search for “Linux Commandline” looking for some simple linux commands to do some work on my home Debian based (Kurumin) linux distro, and I came across this list of usefull commands. Interesting fact that a lot of other sites I visited also list this same site http://www.pixelbeat.org/cmdline.html .

Some of the work I was doing required an output to a .txt file which is a very simple thing to do, e.g: output the current year calendar’s onto a txt “cal -y 2007 >> /home/kurumin/Desktop/calendar.txt”.

I used some of these commands on CRON Jobs for several different scheduled tasks I had to run on my Linux PC and on some of the servers I look after. The GZIP for example is a great commandline tool for back ups, which can be easily setup as a scheduled task .

Visit http://www.pixelbeat.org/cmdline.html to see the list the list of codes.

Tags: OS & Servers · Tutorials / Training · quick & easy tips

2 responses so far ↓

  • 1 Pádraig Brady // Sep 5, 2007 at 12:23 pm

    Hi,

    I’d rather you didn’t provide a copy of my page (linux.txt), as it will go stale wrt the original,
    and also make it harder for people doing web searches.

    I recommend you remove linux.txt and instead
    document this command to create the latest text version:

    links -dump -width 200 http://www.pixelbeat.org/cmdline.html > linux.txt

  • 2 Post Owner // Sep 6, 2007 at 10:04 am

    Hi Pádraig Brady !

    Thanks for your comments, the linux.txt file has been removed. Apologies for the lack of thought from my side when compiling your list.

Leave a Comment