Search Results

Search: Posts Made By: zacsparrow
Forum: Solaris 11-07-2013
6,623
Posted By bartus11
You should familiarize yourself with software...
You should familiarize yourself with software management in Solaris 11. It is quite different from Solaris 10 way of working with packages. Take a look at...
1,546
Posted By CarloM
`/clu04/oracle/directory_list.lst` executes...
`/clu04/oracle/directory_list.lst` executes directory_list.lst, it doesn't list the file contents.

`< /clu04/oracle/directory_list.lst` (or cat) would work.
1,546
Posted By greet_sed
while read line do find $line -type f -exec...
while read line
do
find $line -type f -exec rm {} \;
done < INPUT_FILE

can you try the given command ?
Showing results 1 to 3 of 3

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