nushell/crates/nu-command/src/filesystem
Stefan Stanciulescu 2cc5952c37
Fix cp bug (#5462)
* Cleanup - remove old commented code

* Force a / or \ to distinguish between folders and files for cp

* Force a / or \ to distinguish between folders and files for cp

* Remove unneeded code

* Add cp test for checking copy to non existing directory

* Fix warning in test
2022-05-21 09:49:29 +12:00
..
cd_query.rs Add hooks to cli/repl (#5479) 2022-05-09 07:28:39 +12:00
cd.rs enable cd to work with directory abbreviations (#5452) 2022-05-06 07:58:32 -05:00
cp.rs Fix cp bug (#5462) 2022-05-21 09:49:29 +12:00
glob.rs feat: add search terms to date (#5306) 2022-04-23 08:54:03 -05:00
ls.rs Fix #5578, assume pipe file be zero-sized (#5594) 2022-05-20 09:27:21 -05:00
mkdir.rs feat: add search terms to date (#5306) 2022-04-23 08:54:03 -05:00
mod.rs enable cd to work with directory abbreviations (#5452) 2022-05-06 07:58:32 -05:00
mv.rs cp, mv, and rm commands need to support -i flag (#5523) 2022-05-18 09:53:46 -05:00
open.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
rm.rs cp, mv, and rm commands need to support -i flag (#5523) 2022-05-18 09:53:46 -05:00
save.rs refactor all write_alls to ensure flushing (#5567) 2022-05-17 13:28:18 -05:00
touch.rs feat: add search terms to date (#5306) 2022-04-23 08:54:03 -05:00
util.rs cp, mv, and rm commands need to support -i flag (#5523) 2022-05-18 09:53:46 -05:00
watch.rs add -n flag to print to print without a newline (#5458) 2022-05-06 15:33:00 -05:00