Shell program to count Vowels, blank spaces, characters, number of line and symbols from a file.
{ 3 comments }
Posts tagged as:
Shell program to count Vowels, blank spaces, characters, number of line and symbols from a file.
{ 3 comments }
Write a shell program that outputs all integers upto the command line parameter starting from 1 and also should output the same numbers in the reverse order.
{ 0 comments }
Write the shell program which produces a report from the output of ls -l in the following format
{ 2 comments }
UNIX / Linux shell script like a more command. It asks the user name, the name of the file on command prompt and displays only the 15 lines of the file at a time.
{ 1 comment }
UNIX shell script that will count the number of files in each of your subdirectories.
{ 5 comments }