/* << This are some quick command which are useful for beginners and as well as experts in Linux >> */
alias
'USE'-> Create an alias.
----------------------------
awk
'USE'-> Find and Replace text, database sort/validate/index.
----------------------------
break
'USE'-> Exit from a loop.
----------------------------
builtin
'USE'-> Run a shell builtin.
----------------------------
cal
'USE'-> Display a calendar.
----------------------------
case
'USE'-> Conditionally perform a command.
----------------------------
cat
'USE'-> Display the contents of a file.
----------------------------
cd
'USE'-> Change Directory.
----------------------------
cfdisk
'USE'-> Partition table manipulator for Linux.
----------------------------
chgrp
'USE'-> Change group ownership.
----------------------------
chmod
'USE'-> Change access permissions.
----------------------------
chown
'USE'-> Change file owner and group.
----------------------------
chroot
'USE'-> Run a command with a different root directory.
----------------------------
cksum
'USE'-> Print CRC checksum and byte counts.
----------------------------
clear
'USE'-> Clear terminal screen.
----------------------------
cmp
'USE'-> Compare two files.
----------------------------
comm
'USE'-> Compare two sorted files line by line.
----------------------------
command
'USE'-> Run a command - ignoring shell functions.
----------------------------
continue
'USE'-> Resume the next iteration of a loop.
----------------------------
cp
'USE'-> Copy one or more files to another location.
----------------------------
cron
'USE'-> Daemon to execute scheduled commands.
----------------------------
crontab
'USE'-> Schedule a command to run at a later time.
----------------------------
csplit
'USE'-> Split a file into context-determined pieces.
----------------------------
cut
'USE'-> Divide a file into several parts.
----------------------------
date
'USE'-> Display or change the date & time.
----------------------------
dc
'USE'-> Desk Calculator.
----------------------------
dd
'USE'-> Data Dump - Convert and copy a file.
----------------------------
declare
'USE'-> Declare variables and give them attributes.
----------------------------
df
'USE'-> Display free disk space.
----------------------------
diff
'USE'-> Display the differences between two files.
----------------------------
diff3
'USE'-> Show differences among three files.
----------------------------
dir
'USE'-> Briefly list directory contents.
----------------------------
dircolors
'USE'-> Colour setup for `ls.
----------------------------
dirname
'USE'-> Convert a full pathname to just a path.
----------------------------
dirs
'USE'-> Di
**********************************************************
No comments:
Post a Comment