Search Results

Search: Posts Made By: Don Cragun
5,242
Posted By Don Cragun
Not on OS X. And, not if sed handles bracket...
Not on OS X. And, not if sed handles bracket expressions as defined by the standards.
5,242
Posted By Don Cragun
No. Inside a bracket expression, backslash is a...
No. Inside a bracket expression, backslash is a regular character. This script looks for a string of zero or more backslash and t characters before a { and replaces each one it finds with t{. For...
5,242
Posted By Don Cragun
sed 's/\([^ ]\){/\1 {/' $InFile >> $OutFile ...
sed 's/\([^ ]\){/\1 {/' $InFile >> $OutFile
In case it isn't obvious, there are two characters between the [ and the ]: <circumflex> and <tab>.
Showing results 1 to 3 of 3

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