Top "Mv" questions

mv is the Unix command to rename or move a file or directory.

Is there an scp variant of mv command?

I am writing a script that will move files from a local system to a remote system. It must do …

linux scp mv
UNIX: How to change all hidden folders/files to visible in a directory

I have a directory with more than 100 hidden folders (.folder) and I want to make them visible (folder). Is there …

unix hidden mv
Why does the output from my script say "mv: command not found" but not when I run it on the shell directly?

I wrote a small script that should rename some files in a directory for me. #!/bin/bash a=1 for i …

bash shell mv
Move only files recursively from multiple directories into one directory with mv

I currently have ~40k RAW images that are in a nested directory structure. (Some folders have as many as 100 subfolders …

bash unix gnu directory mv
Use of regex in bash with mv

I have 4 files to rename: ./01: I0010001 I0020001 ./02: I0010001 I0020001 I want to add auxiliary filename .dcm to each file, so …

regex bash file-rename batch-rename mv