Complete.Org: Mailing Lists: Archives: discussion: October 1998:
Re: [aclug-L] 101 things you can do in Linux, but not in Windoze
Home

Re: [aclug-L] 101 things you can do in Linux, but not in Windoze

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] 101 things you can do in Linux, but not in Windoze
From: Leon Do <leondo@xxxxxxxxxxxxx>
Date: Thu, 29 Oct 1998 09:25:34 -0600 (CST)
Reply-to: aclug-L@xxxxxxxxxxxx

#52
You don't have to cut and paste like windows.
In windows, you have to high light the text, click edit, select cut,
click where you want to paste, click edit again, and select paste (6
steps).

In linux, hight light the text, click where you want to paste, click
middle mouse button or left and right mouse at the same time (3 steps).

#53
you don't have to type the whole command again that was previously run.
!<command abbreviation> will do it for you.
ex: 
>if you run "gcc -Wall -g -o myexec myprogram.c"
>you can run "!g" to run it again.

#54
In Linux, you can resize your command shell anyway you like, but you can't
make your Dos prompt window bigger when you already set the size in
windows.

#55
If run a command and don't want its output to appear anywhere you can
redirect the output to the big bucket, /dev/null.

ex:
find / -name "linux" 2>/dev/null 

find / -name "linux" is a command to find all with linux.
2 is standard error 
> is redirection
/dev/null is a big bucket


---
This is the Air Capitol Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]