Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ln-force-creates-soft-links « ln « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cab8d1db7d079cd4227e820f44414b53809dd0de (plain)
1
2
3
4
5
echo file number one > file1
echo file number two > link1
busybox ln -f -s file1 link1
test -L link1
test xfile1 = x`readlink link1`