Search Results

Search: Posts Made By: rattoeur
5,911
Posted By rattoeur
wow! seems this work much better than how...
wow!


seems this work much better than how i do! :-)


many thanks my friend!
5,911
Posted By rattoeur
awk 'length<12{print " " $0;next}1' listacos.txt...
awk 'length<12{print " " $0;next}1' listacos.txt | sort -k1.12 -k1.11


this is the way i found to sort correctly adding a space and justify any of the line... but not grepping the range....
5,911
Posted By rattoeur
I need to find in a file a list of number where last two digit end in a range
I all
I am tryng to find a way to sort a list of number in a file by the value of last two digit.




i have a list like this



313202320388
333202171199
373202164587
393202143736...
1,162
Posted By rattoeur
Add a # on particular pattern in file
Hi all

I am looking a way to add a # symbol from a defined pattern to next blank line or carriage return.

for example I have a file in this format:


[G-MI01SSR]
ping_ip=xxx.xxx.xxx.xxx...
1,554
Posted By rattoeur
Tnx DG, I will try, and answer you back if your...
Tnx DG, I will try, and answer you back if your way, can be an alternative solution to apply, anyway googling around, and, maybe, also well written on manual of stdout, it say that STDOUT is a...
1,554
Posted By rattoeur
redirecting with file descriptor
hello,
Someone can help me with redirectors?
I am writing this script in bash enviroment on Fedora:

exec 4<> /dev/tcp/10.10.11.30/5000 #open socket in input/output
strings<&4 >file.txt &
...
1,432
Posted By rattoeur
cool tank you A lot!!! It is what i need!!!...
cool tank you A lot!!!

It is what i need!!! :-)

---------- Post updated at 10:48 AM ---------- Previous update was at 10:41 AM ----------





seems it work also in thi way
sed -n...
1,432
Posted By rattoeur
help on "sed" deletion
hi guys,


I am get in trouble with Sed

I have a file like this:

E.n...@..57/00020/R/53/A///A2.
E.nfe.d..@..47/000/df/ f20//R/53/A///A2.


I have to delete just until 2 char before...
Showing results 1 to 8 of 8

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