Search Results

Search: Posts Made By: Dworza
1,759
Posted By Dworza
yes! -v switch :) thanks :)
yes! -v switch :) thanks :)
1,759
Posted By Dworza
Negation
Hello, have anybody any idea, how to negate some expression?

I have code that greps somethnig and I want filter from it some results...How to make it?

IDontWantThisExpression=$1
grep 'some...
4,661
Posted By Dworza
I've made a script using the code above. When I...
I've made a script using the code above. When I got the variables DIR and OUT declared in the code by the full path, everything works alright, but when I want declare them by the parameters the...
4,661
Posted By Dworza
Uh..strange... I've tested that code again and it...
Uh..strange... I've tested that code again and it worked perfectly. The output of this code is just one number. I used bash shell.
4,661
Posted By Dworza
why not? I think, it works...:confused:
why not? I think, it works...:confused:
4,661
Posted By Dworza
The solution: ls| find -d | xargs cat | tr...
The solution:

ls| find -d | xargs cat | tr "\ " "\n"| uniq -u | wc -l

;)
4,661
Posted By Dworza
unique words in files of folder and its subfolders
Hello, I tried to count all unique words of all files in one folder and its subfolders. Can anybody say me, why this doesnt work:

ls| find -d | cat | tr "\ " "\n"| uniq -u | wc -l
???
Cat writes...
Showing results 1 to 7 of 7

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