Search Results

Search: Posts Made By: andyu11
7,047
Posted By andyu11
Hi vgersh99: Sorry about that. I tried using...
Hi vgersh99:

Sorry about that. I tried using

tr -s ' ' '^' < OLD_FILE >NEW_FILE

and I got the error message: No such file or directory

I also tried using $OLD_FILE and $NEW_FILE. That...
7,047
Posted By andyu11
Thanks, I am working in bash shell scripting -...
Thanks, I am working in bash shell scripting - sorry, I should have mentioned it earlier.

So I tried various formats of the suggestion above

OUT_FILE=$(echo ${OLD_FILE} | tr -s ' ' '^')...
7,047
Posted By andyu11
Problem using egrep: spaces and newline
Hello:
I am working in bash and am a newbie.
I want to eliminate spaces from strings. Since this is a basic operation, I searched online and implemented the suggestions; however, I am facing a...
Showing results 1 to 3 of 3

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