Search Results

Search: Posts Made By: xus
3,004
Posted By xus
Difference between 2 grep - commands
Hi,

I need to know the difference between this commands:

grep [a-z]* *search*

grep "[a-z]*" *search*

As far as i know does the 2nd command search for files which have a name with *search*...
35,699
Posted By xus
this just prints out all names of files within...
this just prints out all names of files within the folder apps which start either with an v or an l.

so i have the names of the files i want to copy now. and now i just need to copy the files with...
35,699
Posted By xus
thank you that nearly works. The only problem...
thank you that nearly works.
The only problem now is that he tries to copy he says the file i want to copy is a directory?

best regards
35,699
Posted By xus
copy all files that ls -l list
Hi,

I need to copy all files from this statement to another folder:

ls –l ./apps | grep –E “^l|^v”


How can i do that?

best regards!
Showing results 1 to 4 of 4

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