Search Results

Search: Posts Made By: firefox2k2
3,170
Posted By rbatte1
How is the important number generated? If it is...
How is the important number generated? If it is in a shell script, you can use typeset -Z15 variable to automatically pad it, if that helps.

Can you tell us more about the overall process? There...
3,170
Posted By RavinderSingh13
Hello, You haven't showed us the input...
Hello,

You haven't showed us the input file in first post of this thread, I have answered according to your question. Nevertheless you can try following. If following doesn't help you then...
87,147
Posted By radoulov
With AWK you'll need something like this: ...
With AWK you'll need something like this:

awk '{gsub("hello", "bye")}1' test.dat > test.dat_tmp &&
mv test.dat_tmp test.dator this (not recommended):

{ rm test.dat &&
awk...
Showing results 1 to 3 of 3

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