Search Results

Search: Posts Made By: hobbiecat
4,062
Posted By hobbiecat
Hello, Your issue is in the backslash "\" ...
Hello,
Your issue is in the backslash "\"
corrected:

do shell script "sed 's/\\[.*\\]//' File1.xml > File1.xml.tmp"
2,355
Posted By hobbiecat
Bartus11, Thank you very much, it worked like...
Bartus11,
Thank you very much, it worked like a charm. Your help is really appreciated.
Kudos to you.

---------- Post updated at 09:07 AM ---------- Previous update was at 08:52 AM ----------...
2,355
Posted By hobbiecat
Thanks for the reply, but cut does not do it...
Thanks for the reply, but cut does not do it ~completely~
cut -d" " -f2- foobar.txt > foobar_1.txt
Only removes the occurrence count from up to 4 digit
After that, it leaves all the 999 to 1
It...
2,355
Posted By hobbiecat
Remove Occurrences created with Uniq -c
Hello,
I have "mastered" the counting of occurrences with uniq -c. :D
Now I need to keep that file neat and nice and remove only the occurrence number and the space after it.
Example: ...
Showing results 1 to 4 of 4

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