Search Results

Search: Posts Made By: bab123
10,933
Posted By bab123
I am getting the following error grep:...
I am getting the following error

grep: illegal option -- o
Usage: grep -hblcnsviw pattern file . . .
10,933
Posted By bab123
Thanks for the reply If know thw number of...
Thanks for the reply
If know thw number of occurances of string I can replace the string
BUt if i want to know how many times the string appears?
What are the positions of string appearances?...
10,933
Posted By bab123
Find the position of a string and replace with another string
Hi,

I have a file named "Test_2008_01_21"
The file contains a string "manual" that occurs many times in the file
How can i find the positions of the string "manual" in the file

Ex: if the...
6,959
Posted By bab123
not a homework Thanks
not a homework
Thanks
6,959
Posted By bab123
Any help? why i am getting the error in for...
Any help?
why i am getting the error in for loop line?
6,959
Posted By bab123
Pludi, Thanks for the reply But i ma...
Pludi,
Thanks for the reply

But i ma gettimng the following error

-n Enter number :
876
4
number in words :
sam.sh: syntax error at line 6: `(' unexpected
6,959
Posted By bab123
Query to print numbers in words
Hi,

I have to write a shell script that converts numbers in to words
below is what i wrote.My script is not running.


-----------------------------------
echo -n "Enter number : "
read n...
3,263
Posted By bab123
I am getting the following eror for the above...
I am getting the following eror for the above code

awk: syntax error near line 1
awk: bailing out near line 1
3,263
Posted By bab123
Thanks for the reply. There are around 70,000...
Thanks for the reply.
There are around 70,000 records in the file
3,263
Posted By bab123
Thanks methyl. Can you help me using the awk...
Thanks methyl.
Can you help me using the awk command
3,263
Posted By bab123
comparing two files
Hi,
some one please help me

I have two files.each having two coloumns and many rows
I want to write the difference between the two files to a new file

sample:


file1

1 2 ...
2,324
Posted By bab123
Comparing rows in two tables and sending the differnce to mail
Hi,

I have a table ,containg 2 coloumns and many rows,which is updated everyday.The no.of rows in the table changes everyday.
i have to write the difference between yesterdays tabtle and todays...
2,515
Posted By bab123
comparing the columns in two files
I have two files file1 and file 2
both are having multiple coloumns.i want to select only two columns.
i used following code to get the desired columns,with ',' as delimiter

cut -d ',' -f 1,2...
6,546
Posted By bab123
File handling, getopts command in unix
I need to create a shell script having the menu with few options such as
1. Listing 2. Change permissions 3. Modify Contents 4. Delete Files 5. Exit


1. For 1. Listing: Display a special...
Showing results 1 to 14 of 14

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