Search Results

Search: Posts Made By: MC007
1,358
Posted By MC007
SED help
A basic version of my Script:
#!/usr/bin/ksh
test1()
{
eval sed -e $1 testfile > testfile2
}

test1 "'1s/.*/test /'"
#test1 "'1s/.*/ '$(tput smso)'broken'$(tput rmso)' /'"

The first...
Showing results 1 to 1 of 1

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