How can I create a file named "-file" using command line in Linux?
ls -ltr | awk '$NF ~ /^--/{print "rm ./" $NF}'|sh