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

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