Search Results

Search: Posts Made By: Don Cragun
1,080
Posted By Don Cragun
The following seems to do what you want and works...
The following seems to do what you want and works with both recent versions of bash and Korn shells with a version of 1993 or later:
#!/bin/bash
arr=("File_23_23.csv" "File_112_156.csv"...
1,080
Posted By Don Cragun
What shell are you using? What OS are you using?
What shell are you using?
What OS are you using?
1,080
Posted By Don Cragun
You've got a couple of problems. First, you...
You've got a couple of problems. First, you define pattern and pattern1, but you never use pattern1. And, second, these are filename matching patterns, not regular expressions. So the filename...
Showing results 1 to 3 of 3

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