Search Results

Search: Posts Made By: mecano
14,504
Posted By mecano
Here it is ^^ #!/bin/bash NO_ARGS=0 ...
Here it is ^^


#!/bin/bash

NO_ARGS=0
E_OPTERROR=65

if [ $# -eq "$NO_ARGS" ]
then
echo -e "\n\tUsage: `basename $0` -ulkdrm filename\n\tType :'awksort -help' for help.\n"
exit...
14,504
Posted By mecano
Thanks a lot for taking the time to explain all...
Thanks a lot for taking the time to explain all this radoulov ^^ that's really great !



well not in that particular case but i remember having to strip the ';' to be able to use 'sort -n'...
14,504
Posted By mecano
oh my.... :eek: thanks a lot ! I...
oh my.... :eek:

thanks a lot !

I thought the solution was something like store keys from file1, iterate them on file2, then reverse the iteration to find missing records... I was far far away...
14,504
Posted By mecano
awk updating one file with another, comparing, updating
Hello,
I read and search through this wonderful forum and tried different approaches but it seems I lack some knowledge and neurones ^^

Here is what I'm trying to achieve :

file1:
test filea...
Showing results 1 to 4 of 4

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