Search Results

Search: Posts Made By: Dave Miller
20,203
Posted By Dave Miller
Unless you're trying to create a nice looking...
Unless you're trying to create a nice looking report, there isn't any need to.

'dot slash' means the current directory.

If you insist, then use this:

find . -name 'BTIME_ACTUAL_HRS*'...
20,203
Posted By Dave Miller
Both commands take multiple search parameters,...
Both commands take multiple search parameters, although the find is a little funky:

ls BTIME_ACTUAL_HRS* BTIME_SCHEDULED_HRS*

find . -name 'BTIME_ACTUAL_HRS*' -print -o -name...
Showing results 1 to 2 of 2

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