How to count line word and character form a file
$wc [file name]This command is used to count line words and character of file. Out will first show the line number word and in the end characters.$wc test
2 4 23 test
In this example there are 2 lines 4 words and 23 character in test file.how to find wrong spelling and
correct them $spell [file name] spell command will display the wrong spelling of files.$spell test This command will display the wrong spelling of test file
$aspell check [file]This command is used to correct the spelling related mistake in any given files.$aspell check test This command will show the all wrong spelling from test file and there possible corrections. To use correction just press the number shown in front of words.how display logged in user information and terminal number
$who am i This command is use to display the username of currently logged.$who This command will display all the user currently logged in all terminals$tty This command is used to display the terminal number of currently logged in terminals.how to display date time and calendar
$calThis command will display the calendar of current month. You can see the calendar of any specific year also.
$cal 2010 |more
$date
This will the current system times and date.how to use calculator
$bcThis command will launch the calculator at command prompt. Write down your calculations and press enter to get the answer. Use CTRL+D key combination to exit from calculator.
how to get help about commands
$info [command]info command is used to get help about any commands.$info cat This will display the help about cat commands. Generally output of info commands is more a then a page. You can quit form this out by just pressing q.$command - - helpThis help options is really very useful when do not want to be read full manual page for help. This will provide very basic help like which switch will work with this command.$cat - - helpThis will show the available switch cat command and a very brief descriptions about these switches.$man [command]If want to read the detail about any command use this command. This will give you the complete detail about commands.$man catThis command will give the complete details about the cat commands including switches and their usages. Use q to quit from the output of this commands.






0 comments:
Post a Comment