Search Results

Search: Posts Made By: slarionoff
4,232
Posted By slarionoff
I've found my mustake, I always used $ with a...
I've found my mustake, I always used $ with a variable name in awk script. Without it everything works fine, thank you all!:b:

The case is closed!
4,232
Posted By slarionoff
Yes, it is Solaris... I will try this and answer...
Yes, it is Solaris... I will try this and answer ASAP, thank you!

---------- Post updated Sep 8th, 2009 at 10:54 AM ---------- Previous update was Sep 7th, 2009 at 08:43 PM ----------

Hi...
4,232
Posted By slarionoff
Malcomex999, sorry, your method doesn't work,...
Malcomex999, sorry, your method doesn't work, shell says:

awk: syntax error near line 1
awk: bailing out near line 1

for each file.
4,232
Posted By slarionoff
Thank you very much for your answers! Now I am...
Thank you very much for your answers! Now I am trying to use a variable from main script in awk program. I passed this variable into my awk program, but it doesn't work correctly. The script is given...
4,232
Posted By slarionoff
$FileListFN contains the full name of list-file....
$FileListFN contains the full name of list-file. $file is a current processing file. Idea is the following - I want to have two arrays, one with parsed filename (FNPart) and second with parsed...
4,232
Posted By slarionoff
AWK split
Dear colleagues! I want to create a script which will take each file from the list and then parse it filename with awk/split. I do it this way:


for file in `cat /$FileListFN`; do
echo `awk...
Showing results 1 to 6 of 6

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