i have a file is name
-ksh.l.15092015.log
to delete this file i do this:
rm -rf -ksh.l.15092015.log
but i have this error:
rm: Not a recognized flag: k
Usage: rm [-firRe] [--] File...
i have do this:
rm -rf *ksh*
but i have the same errors, why ?
Thx for your help !