Assuming you mean the v23.9 directly after the -p argument
sed -e 's;/v23.9/;/abcde/;g' file1.txt > file2.txt
If you mean after the -p and after -l arguments then
sed -e 's;/v23.9;/abcde;g' file1.txt > file2.txt
Last edited by masijade; Jan 18th, 2008 at 3:46 am.
Reputation Points: 1471
Solved Threads: 490
Industrious Poster
Offline 4,043 posts
since Feb 2006