source:
MondoRescue/branches/2.2.5/mindi-busybox/testsuite/ln/ln-force-creates-hard-links@
1533
Last change on this file since 1533 was 821, checked in by , 19 years ago | |
---|---|
File size: 112 bytes |
Line | |
---|---|
1 | echo file number one > file1 |
2 | echo file number two > link1 |
3 | busybox ln -f file1 link1 |
4 | test -f file1 |
5 | test -f link1 |
Note:
See TracBrowser
for help on using the repository browser.