Search Results

Search: Posts Made By: patx
3,471
Posted By Corona688
When I open the original file in a UNIX text...
When I open the original file in a UNIX text editor I see:

Distributeur
Alliance Vivafilm
Origine
...

Don't edit text files for UNIX in notepad. If you'd been editing them in UNIX you'd...
3,471
Posted By Corona688
That has done more than changing the character...
That has done more than changing the character set seemingly -- it also put the identifier in the front.
1,745
Posted By Shawn, Lee
How about this... cat file |sed 's/\//_/4'
How about this...
cat file |sed 's/\//_/4'
1,150
Posted By durden_tyler
$ $ $ cat -n f49 1 ...
$
$
$ cat -n f49
1 /film/5232/"_class="titre_article">Enlevement
2 /film/3864/"_class="titre_article">Bucky_Larson:_Ne_pour_etre_star
3 ...
6,243
Posted By Franklin52
Try to replace the sed command: sed...
Try to replace the sed command:
sed 's/../&\\\\x/g;s/ $//'

with:
fold -2 | awk '{printf "\\\\e" $1}END{print ""}'
Showing results 1 to 5 of 5

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