hcu
Advanced Member level 4
Hello,
A directory contains 100 files and a folder with 10 files. For some task, i have to move all 10 files to sit along with 100 files, by using command as:
mv ./directory/folder/*.v ./directory.
After perfoming my task on all these 110 files. i want to move processed 10 files (that i bought) to their original location without mentioning filenames explicitly.
how can i do this ? I think i have to track those file names initially and use that info back again afterwards. but help me with some syntax.
A directory contains 100 files and a folder with 10 files. For some task, i have to move all 10 files to sit along with 100 files, by using command as:
mv ./directory/folder/*.v ./directory.
After perfoming my task on all these 110 files. i want to move processed 10 files (that i bought) to their original location without mentioning filenames explicitly.
how can i do this ? I think i have to track those file names initially and use that info back again afterwards. but help me with some syntax.