Search Results

Search: Posts Made By: manish007
10,012
Posted By manish007
Thanks a lot!! It works now. ---------- Post...
Thanks a lot!! It works now.

---------- Post updated at 02:27 PM ---------- Previous update was at 02:23 AM ----------

Hi,

there is a new requirement in above script.
Apart from input...
10,012
Posted By manish007
Hi, Its not working :( I am using this...
Hi,

Its not working :(
I am using this script:
awk ' { FN=$NF
if ((getline < FN) > 0) {
close(FN);
print FN " exists and is readable"
}
}' "$1"

and i am calling this as <scriptname>...
10,012
Posted By manish007
Checking existence of file using awk
Hi,

I need to check whether a particular file exists ot not using awk.
Can anyone help me please?
For Example:script that i am using:
awk '{filename =$NF;
rc=(system("test -r filename"))...
18,241
Posted By manish007
Thanks agama.But I want to store this in a...
Thanks agama.But I want to store this in a variable in shell script .Please advise.-Manish
18,241
Posted By manish007
Reading a word from a text file into shell script
Hi,
I am new to shell programming.I need to write a script that would accept a word from each line fo an input text file.Can anyone help me with this?Exact requirement: word1 word2 word3 (separated...
Showing results 1 to 5 of 5

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