Search Results

Search: Posts Made By: freakabhi
5,132
Posted By RudiC
For the first question, a possible solution is...
For the first question, a possible solution is not too hard. Put Y=\\\(.${1//\?/.}
Y=${Y/../\\\)..}
ls $1 | sed "s#$Y#\1#"
into a script and run it with your (quoted!) pattern as parameter 1....
5,132
Posted By RudiC
So - you want to ls the files matching the...
So - you want to ls the files matching the pattern and then remove the portinon matching one char wildcards ?, but keep the more generic wildcard(s) * matches? And you want to keep chars given...
1,211
Posted By Don Cragun
This is a duplicate of another thread that has...
This is a duplicate of another thread that has already been closed as a homework violation.
This thread is closed.
1,211
Posted By Don Cragun
I don't understand what you're trying to do. The...
I don't understand what you're trying to do. The only static data matched by the pattern *.dat_???? is .dat_. The 1st character of each filename is matched by the asterisk in the pattern and the 4...
Showing results 1 to 4 of 4

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