Timeline for How can I create a empty file whose name begins with a dash?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 19, 2011 at 5:38 | comment | added | jlliagre |
cp -- /dev/null -a is overkill, : > -a or even > -a are sufficient.
|
|
| Oct 18, 2011 at 8:21 | history | answered | Peter.O | CC BY-SA 3.0 |