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
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494