Search Results

Search: Posts Made By: ppaprota
2,015
Posted By ppaprota
various attempts now trying to work with sed...
various attempts now trying to work with
sed s/PASS[^PASS]*$//
as a starting point
it will do in a pinch but really what i want

never mind
sed s/[^PASS]*$//
works

needed to get my...
2,015
Posted By ppaprota
Delete to eol after pattern with sed
working on interactive ftp script
saving log and want to remove the password from log
so "quote PASS foofoo" would become "quote PASS XXXXXXX"
replacing or removing the password is of no matter
...
8,388
Posted By ppaprota
Delete to eol after PASS with sed
working on script and saving ftp log
before log save want to remove the password
password appears after constant "PASS"

thanks
pp
Showing results 1 to 3 of 3

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