Search Results

Search: Posts Made By: Priyanka Bhati
3,419
Posted By Priyanka Bhati
Hello....... Sorry to say that if these...
Hello.......

Sorry to say that if these would be homework questions...then in previously asked questions i would not send my codes and ask to debug or correct......
i would straight away post the...
3,419
Posted By Priyanka Bhati
String handling
shell script to input two strings and stripe out the second string from the first string either from the beginning or from the end as per the user's choice
3,923
Posted By Priyanka Bhati
Handling multiple fields of a database file for toupper() function in awk
hello everyone....

script is: To convert the contents of a database file into uppercase

my code is:
printf "%s\n" , $2 | awk '{print toupper($2)}' emp.lst

i m able to do only for one...
2,405
Posted By Priyanka Bhati
handling regular expression in awk
Thanks a lot scottn
u were right..... my input is not pipe separated.i made the fields pipe separated..then the same code is working fine........
thanks a lot again....
2,405
Posted By Priyanka Bhati
problem in awk scripts
Thanks..... that quote problem is solved
but the script written in awk is not printing the output.....only printing the correct value for 1st field rest 0 is printing.My databas file is emp.lst and...
2,405
Posted By Priyanka Bhati
Handling regular expressions in awk
Script is: accept filename as argument(also handle CTRL+C).to check whether th file exist in the current directory,it it then using awk find the employees who are either born in 1990 or drawing a...
1,581
Posted By Priyanka Bhati
Deleting files
hellooo.....
script is: To remove a file from a directory if a starting letter and a file size is given by the user.

My code is:

echo "Enter a letter"
read l

echo "Enter Size"
read size...
Showing results 1 to 7 of 7

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