Code POC
Tutorials
Blogs
Search
Categories
Feeds
Unix Tutorial
Basic Programming
Count and report no of entries in subdirectory
Calculate sum of its digits
Copy, rename, delete, edit file
Binary search method
Copy abc.txt into xyz
Find avg of no entered in command line
Broadcast msg to specified user when loged on
Find lines in file with words longer than 4 char
Search files and rename
Morning, afternoon, Evening wish based on time
List of file have read, write, execute permission
String Programs
Rename file from first1.txt to first2.txt
Print first 5 odd numbers
Prepare marksheet of the student
Name of users who are login
Compare two files
List hidden files in current directory
Separate colon from given item
Calculate area & perimeter of rectangle
DB operation like view, add, delete records
Bubble sort
Change permission of file
Find smallest of three numbers
Change term, prompt and user list of unix sys
Count char, lines and words in particular file
Check every argument is file or dir
Print name of sub-dir present in current dir
Sorting Programs
List all files start with a or A
Calculate 9/5
Receive log name, obtain info from /etc/passswd
Count number of words, lines and char of file
Count no.of words in file abc
Subtraction on operands dec, bin, oct, hex
Create pyramid of number
Display exit status search string from string
Receive list of file name which are wordfile
Calculate the gross salary
Cconcatenate contents of 2 files
General Programs
Combine two files to single file
Find gcd for 2 given numbers
Command work as spelling checker
Check whether string is palindrome or not
Check dir if it exists then change the path
Identify directory and executable file
Check two file contents are same or not
Prime numbers from 1 to 300
Check file is ordinary or not
Display message, user name, terminal name etc
Identify directory and executable file
Find out sum of numbers using command line arg
Find sum, avg and product of four integers
Compare string, concat, length, occurrence of word
Make file,dir display cur dir,list,make,change dir
Get today\’s date
Menu driven script for Copy, Remove, Move file
Directory Programs
Sort file abc.txt and save sorted file in xyz.txt
Find largest among 3 given numbers
Information about all current program running
Concate two string find length of resultent string
Change permission of file as 644
Create directory and remove directory
Display Current dir, List dir, Make, Change dir
Calculate factorial of number
Spell cmd on file, Collect list - spelling error
Echo suitable message if less then ten char
Append abc.txt, xyz .txt
Display digit are in odd position in 5 digit no
Exchange values of two variables
Find position of substring in given string
Delete file from every dir above present dir
Calendar of December 2006
Reverse the contents of file
Date, time, year Program
Convert first1.txt file to hidden file
Find sum, avg and product of four integers
Take Logname,UID find terminal this user logged in
Machine\’s name in the network
Find out common lines between two files
Display current working directory
Check dir directory if it exists then change path
Menu driven calculator
Measure size of a file
Sort file
See content of the file
Add, sub and mul 2 no passed as command line arg
Reverse number supplied by user
Count no of words, char, space, symbols
Check whether such files already exist
Searching Programs
Count number of words, lines and char of file
Find sum of digits of number
Find total no. of user and currently loggedin
Print message shown in description
Count no of character in file
Names of all sub-directory in current directory
Hard Link, Soft Link, Counting each of links
Leap year or not
Copy first file to second, third to four
Convert distance in meters,feet,inches,centimeter
Change extension of an existing file
Sort Numeric file
Create file with 10 lines, display from 5 to 8
Find sum of series sum=1+1/2+...+1/n
Functionality of “mv” command with example
Convert contents into uppercase in particular file
Renaming each files in dir
Delete directory with files
Display ls -l command result for inputted file
Calculate 3+4+5+6
Combine file in file horizontally and vertically
Show msg “Good Morning/Good afternoon on time
Count no.of lines in file abc
Addition on two operands dec, bin, oct, hex
Display all user name, or user of group
Display time in word
Name,size of file in dir exceeding 1000 byte
Enhance calendar to accept any month
Find lines containing number in file
File Programs
Split large file into small files
Display alternate digit in 7 digit number
Users currently working
Find position of substring in given string
Sort numeric file
Create and remove more than one dir together
Check inputted dir is in current directory or not
Find value of number raised to power of another
Display name of files having multiple links
Display message, user name, terminal name etc
Display file in column format
Menu driven calculator using case
Ask your name, program name, enrolement number
Perform string replacement in file
Delete zero sized files from dir, sub-dir
Calendar of 2007
Convert file to lower case or upper case
Mathematical Program
List all hidden files in current directory
Display digit which are odd position in 5 digit no
Display login name,terminal name,date,time
Count length of user input string
Find out difference between two files
Remove entire directory structure
How would you count the number of words, lines and character of a file?
$ wc abc ************* Output ************* 11 9 32 abc
« Previous
Next »
Related Post:
Program to calculate the gross salary
Write a shell program to concatenate the contents of 2 files
Write a shell scripts that finds total no. of users and finds out how many of them are currently loggedin
Write a shell script that takes a file names as a argument and deletes this file from every directory above the present working directory.
Which command given information of present working directory?
Program to perform all ADDITION on two operands : (decimal, binary, octal,hexadecimal)
Write a shell program to concatenate the contents of 2 files
Copy abc.txt into xyz
Sort file abc.txt and save this sorted file in xyz.txt
Shell script to change extension of an existing file
menu driven shell program which have the options change the term, change the prompt and user list of unix system.
Shell Script to create a pyramid of number
How to change permission of file as 644?
Write a shell script to display the digits which are in odd position in a given 5 digit number
Shell script to display the name of those files (in the given directory) which are having multiple links
Write a shells scripts which will receives a list of filenames,the first of whch would be wordfile
How delete directory with files?
Write a shell script to convert a file to lower case or upper case as specified by user.
Write a shell program to find the gcd for the 2 given numbers
Write a shell program to convert all the contents into the uppercase in a particular file
Didn't find what you were looking for? Find more on
How would you count the number of words, lines and character of a file?