02Apr
If you’re ever trying to remove a load of files from a folder that exceeds the number that can be run against a command (this is actually a compiled in memory limit on command line parameters, if you’re really keen you can recompile and increase the limit), then try this command:
find . -name "whatever*" | xargs rm
Job done.
02Apr
We were very happy to help a good friend of ours with his website, Ignition Driving School with a conversion from a flat PHP structure to something to help Mark expand it more easily.
With instructors throughout the country, the site seems to be growing nicely.
Check them out at www.ignitiondrivingschool.com
Tags: Webhosting
Recent Comments