Here, you'll find some simple stuffs about IRC
(UNIX) commands and other irc related stuffs.
IRC STUFFS
UNIX:
Linux for DOS Users
A quick reference for users of DOS who are moving to Linux.
To ... DOS Linux/UNIX
display list of files dir/w ls
dir ls -al
display contents of file type cat
display file with pauses type filename | more more
edit contents of file edit pico
nano
vi
copy file copy cp
move file move mv
find string in file find grep
fgrep
compare files comp diff
rename file rename OR ren mv
delete file erase OR del rm
delete (empty) directory rmdir OR rd rmdir
delete directory tree deltree rm -rf
change file protection attrib chmod
create directory mkdir OR md mkdir
change working directory chdir OR cd cd
get help help man
help
display date and time date, time date
display free disk space chkdsk df
decompress .tar.gz file (*NONE*) tar -zxvf
decompress .tar file (*NONE*) tar -xvf
decompress .zip file pkunzip unzip
list processes mem /c ps ux