Search Results

Search: Posts Made By: shawz
0
1,412
Posted By shawz
login
write a shell script which takes a login name as command-line argument and reports when that person logs in.

Please read the rules: No Homework and No rudeness.
1,368
Posted By shawz
problem
write a shell script that computes the gross salary of a employee accordin to the followin rules:
1)if basic salary is<1500 then HRA=10%of the basic and DA=90% of the basic.
2)if basic salary is...
5,971
Posted By shawz
# w -h root | awk '{print $1,"\t",$3}' root...
# w -h root | awk '{print $1,"\t",$3}'
root 25Sep0810days
root 25Sep0810days
root 25Sep0810days
does this work
11,731
Posted By shawz
delete line containin specified word
write a shell script that deletes all lines containing a specified word in one or more files supplied as arguments to it.help is appreciated .thank you.
7,285
Posted By shawz
display lines b/w given line numbers
write a shell script that accepts a file name starting and ending line numbers as arguments and displays all the lines between the given line numbers:b:.help is appreciated.thank you.
5,971
Posted By shawz
determine the periodfor which user is workin
write a shell script that determines the period for which a specified user is workin on the system.
2,819
Posted By shawz
convertin in to upper case
write a shell script that accepts one or more file name as arguments and converts all of them to uppercase,provided they exist in the current directory:b::b::b:
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy