Search Results

Search: Posts Made By: davidfreed
2,406
Posted By Don Cragun
Please show us the output from the commands: ls...
Please show us the output from the commands:
ls *43564* | od -bc
and
od -bc cascs-233250026925740032.csv
2,406
Posted By Don Cragun
In your earlier posts, you said you had a CSV...
In your earlier posts, you said you had a CSV file named cascs-233250026925740032.csv that contained data in the format shown in the 1st message in this thread. Why (instead of putting your data in...
2,406
Posted By Don Cragun
Is the file named xx-nnnn.csv in the same...
Is the file named xx-nnnn.csv in the same directory as the files with names like *234317862284705793*.csv and *234317958632054785.csv? Why do you need an asterisk after the numbers found in the 2nd...
2,406
Posted By Cochise
What is the environment?
What is the environment?
2,406
Posted By Don Cragun
You could try something like: #!/bin/ksh ...
You could try something like:
#!/bin/ksh
while IFS=";" read junk x junk
do ls -1 *$x*.csv 2> /dev/null
done < xx-nnnn.csv
The ls command option is the digit one; not the lower case letter...
Showing results 1 to 5 of 5

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