Search Results

Search: Posts Made By: xs2punit
9,202
Posted By pseudocoder
Assuming that your previous command works in the...
Assuming that your previous command works in the current directory, you could try this for another directory:
(I replaced the whitespace between /tmp and cgic* with a slash "/")
9,202
Posted By pseudocoder
ls -l cgic* | grep -v cgicsave.env :confused:
ls -l cgic* | grep -v cgicsave.env
:confused:
2,835
Posted By Scott
Hi. My du doesn't have the -b option, but if...
Hi.

My du doesn't have the -b option, but if it did...


du -b file* | awk '{X+=$1} END {print X}'
Forum: Linux 06-04-2010
9,634
Posted By Corona688
I am not familiar with lighttpd, but it does a...
I am not familiar with lighttpd, but it does a lot of I/O tricks to keep performance low, that'd be the place to start looking. Try and disable caching/optimization for certain files or folders.
Showing results 1 to 4 of 4

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