kyclark / command-line-rust

Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
https://learning.oreilly.com/library/view/command-line-rust/9781098109424/
MIT License
1.55k stars 252 forks source link

Incorrect symlink generation script in 07_findr #14

Open MisterMiros opened 1 year ago

MisterMiros commented 1 year ago

https://github.com/kyclark/command-line-rust/blob/e977e5b1412bb3cd20737465d61f0baca05536d3/07_findr/cp-tests.sh#L20 The created link ln -s ../a/b.csv . points to a non-existent file /a/b.csv when it should point to /a/b/b.csv