stackoverflow java get all disks file code example
Example 1: how to get all folders on path in python
os.walk(directory)
[x[0] for x in os.walk(directory)]
Example 2: append a string in all files name linux
rename 's/^/1_/' *
where ^ is for starting of the file or end