[LUAU] RE: How do you delete over 500,000 files in a directory

Hawaii Linux Institute wp at HawaiiLinux.us
Thu Nov 3 20:49:15 PST 2005


Per Eric's comment, the correct command should be:

for i in m*; do mv $i ~/dump; done

Sorry for the inattention.  Wayne



More information about the LUAU mailing list