Search Results

Search: Posts Made By: FustFust
1,583
Posted By Yoda
Here is a BASH script: #!/bin/bash ...
Here is a BASH script:
#!/bin/bash

dir="/home/user/desktop/fileme/"

for file in ${dir}/*
do
echo mkdir -p "${file/./#}"
echo mv "${file}" "${file/./#}/"
done

Note:...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 04:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy