Search Results

Search: Posts Made By: MadeInGermany
1,201
Posted By MadeInGermany
You are right, the * shouldn't be there because %...
You are right, the * shouldn't be there because % always strips from the end.
Removed in my previous post.
1,201
Posted By MadeInGermany
I think previous solutions are not exact about...
I think previous solutions are not exact about where the copy is.
E.g.
FN=copy123_copy.doc
echo ${FN/copy}
123_copy.docThe following is more exact and also works in all Posix shells:
for file in...
Showing results 1 to 2 of 2

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