Search Results

Search: Posts Made By: RudiC
4,044
Posted By RudiC
Not sure what you mean by "explore the sed...
Not sure what you mean by "explore the sed options". If you asked to explain: the sed script consists of three s(ubstitute) commands:
s#^$1:## -- subst the parameter $1 incl. ":" at start of...
4,044
Posted By RudiC
TryPATH=$(echo $PATH | sed...
TryPATH=$(echo $PATH | sed "s#^$1:##;s#:$1:#:#;s#:$1\$##")
4,044
Posted By RudiC
What's not working? Post input, desired output,...
What's not working? Post input, desired output, error messages or other indicators so we can help!
Showing results 1 to 3 of 3

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