Copy a file from a directory and paste it to multiple sub directories in linux(ubuntu) terminal?
I have a directory mnt/d/LIVI. Inside the directory, LIVI, I have sub-directories: mnt/d/LIVI/ak mnt/d/LIVI/ag mnt/d/LIVI/few mnt/d/LIVI/ww4 mnt/d/LIVI/ks5 I wanted to copy a file named tt.txt from mnt/d/LIVI/ak/tt.txt and paste to all the sub directories of LIVI, using Ubuntu terminal. How…