Search Results

Search: Posts Made By: peekuabc
8,077
Posted By ahamed101
Script to do the job, did only basic testing. ...
Script to do the job, did only basic testing.

#!/bin/bash

root_dir=a
dest_dir=(b c d e f)

test $( ls -lrt $root_dir/ | wc -l ) -le 1 && echo "Nothing to do..." && exit 0

i=0
for dir in...
8,077
Posted By gacanepa
Unix, you mean plain Unix? Good. And as to the...
Unix, you mean plain Unix? Good.
And as to the shell, if you're using Unix you should have bash available.
I'll get back to you later with something.
Showing results 1 to 2 of 2

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