Search Results

Search: Posts Made By: rdburg
5,203
Posted By rdburg
awk delimiter
I have several hundred files that look like this:
ABB110405110000.rawfma8
AAB110405110001.rawhr32
If I use the statement ls | awk '{x=$0;gsub("[^0-9]","",x)
I see that all characters other than...
1,684
Posted By rdburg
Output of AWK Results
In the following line The AWK statement parses through a listing for files and outputs the results using the {print} command to the screen. Is there a way to (a) send the output to a file and (b)...
1,378
Posted By rdburg
I will be using bash or ksh. Yes the portion of...
I will be using bash or ksh. Yes the portion of the filename that precedes never ends with a decimal. Thanks for your assistance. I am going to read and learn more about awk & expr
1,378
Posted By rdburg
Thanks I will try this.
Thanks I will try this.
1,378
Posted By rdburg
Yes they are all in the same directory.
Yes they are all in the same directory.
1,378
Posted By rdburg
Finding Files By Name
Finding Files - I am learning more about scripting each day but I am having a hard time figuring out how to write a script to pick particular files from a list ls command. Basically I have several...
Showing results 1 to 6 of 6

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