Search Results

Search: Posts Made By: niteshagrawal06
29,501
Posted By niteshagrawal06
Hi, try with find / -name "*dhcp*" |...
Hi,

try with

find / -name "*dhcp*" | grep 'timeout'

BR//

nitesh
6,145
Posted By niteshagrawal06
Thanks for the information ! but in my case...
Thanks for the information !

but in my case the file name contains no space in name.

here what i want to ask does FOR loop in script for these many files containing the size of 20GB ...affect...
6,145
Posted By niteshagrawal06
ok here the full script part : ...
ok here the full script part :
===============================
for file in $FILELIST;
do
rm -f $file && echo "Successfully deleted $file"
test $? -ne 0...
6,145
Posted By niteshagrawal06
i am using rm -f $FILE where $File having files...
i am using rm -f $FILE where $File having files which have nearly 20-22 GB size and Number of files=52603
6,145
Posted By niteshagrawal06
Limitation on rm command
Hi all,

does any one know ,if there is any limitation on rm command

limitation referes here as a size .

Ex:when my script try to rum rm command which have size of nearly 20-22 GB ..CPU load...
2,123
Posted By niteshagrawal06
ls -l -l Lists in long format, giving ...
ls -l

-l Lists in long format, giving mode, ACL indication,
number of links, owner, group, size in bytes, and time
of last modification for each file (see above)....
Showing results 1 to 6 of 6

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