Search Results

Search: Posts Made By: arcelivez
900
Posted By arcelivez
Now that's an excellent answer. Thanks, and...
Now that's an excellent answer. Thanks, and thanks for the wc -l, been searching for something like that, very useful. As for my command, thank you for fixing it to make it work:
count=0; for...
900
Posted By arcelivez
Can anyone help me with find and for?
count=0; for filename in `find . ! -iname '*.mp3' -type f` do count=`expr $count + 1`; done; echo $count;

Well I guess it's pretty much clear what I'm trying to do with this command, trying to...
3,597
Posted By arcelivez
How do I color some words in output?
OK, let's say if we want to filter lines in man and get a different color for the word we are searching we write man find | grep print
It will mark all the words containing print red and output only...
3,396
Posted By arcelivez
Cool, I might have come across that command ages...
Cool, I might have come across that command ages ago, but it didn't come to my mind this time, thanks a lot for it and for showing and demonstrating how it works. ;)
3,396
Posted By arcelivez
Oooooh, thanks man, I got it now, it works!!!...
Oooooh, thanks man, I got it now, it works!!! Thanks a lot, it took me a little to understand what you did here and in case some people will be reading this and have problems too, what he did was...
3,396
Posted By arcelivez
No, "file" doesn't exist, I've shown the contents...
No, "file" doesn't exist, I've shown the contents of my folder in my first post by using the command "ls".

I want to perform the same action, no matter what way, maybe without sed, does anyone...
3,396
Posted By arcelivez
Having a hard time with the sed/echo commands?
Hello,

well what I'm trying to do is to remove underscores from filenames and leaving empty spaces instead:

arturas@Universe:/windows/Center/training$ ls
big_file failas su shudu...
Showing results 1 to 7 of 7

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