2026-03-12 21:01:38
This commit is contained in:
9
divers/use_cp_to_copy_hidden_files_01.md
Normal file
9
divers/use_cp_to_copy_hidden_files_01.md
Normal file
@@ -0,0 +1,9 @@
|
||||
== Use cp to copy hidden files
|
||||
|
||||
cp -r from/.[^.]* to/
|
||||
|
||||
Eample:
|
||||
|
||||
cd /root
|
||||
cp -r ./.[^.]* /mnt/unprotected/tmp/reinstall_coruscant/dom0/slash_root/
|
||||
|
||||
Reference in New Issue
Block a user