Search Results

Search: Posts Made By: pbrowne
27,448
Posted By pbrowne
it just came back showing me \240 as the...
it just came back showing me \240 as the unprintable character - not sure how i can use this another way.
27,448
Posted By pbrowne
methyl, so i used your shell program and...
methyl,

so i used your shell program and just added a redirect to a file like so:

cat infile|tr -d "${BADCHAR}" > outfile

when i looked at the outfile w/ vi the \240 chars were still there...
27,448
Posted By pbrowne
system shock, i ran your command and...
system shock,

i ran your command and redirected the output to another file:

sed 's/\\240//g' file > output_file

the output_file still has the \240 characters in it.

sorry to be vague.
...
27,448
Posted By pbrowne
tried sed 's/\o240//g' file no luck -...
tried

sed 's/\o240//g' file

no luck - didn't know if this was o240 or 0240 so i tried both to no avail

thx

pat
27,448
Posted By pbrowne
tried this - it did not find and replace the \240...
tried this - it did not find and replace the \240

there was no change after running this command

pat
27,448
Posted By pbrowne
unable to remove \240 from a text file
I have a file originally provided from a SQL database on a Windows platform.

I transfer the file via ftp in binary format, remove the ^M's from the end of all lines.

I have attempted to use tr...
677,413
Posted By pbrowne
I too am attempting to write a shell script using...
I too am attempting to write a shell script using expect to automate a file transfer from a Windows box to a Sun box.

I have eliminated the -B option and have hard coded all prompts and replies...
Showing results 1 to 7 of 7

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