Search Results

Search: Posts Made By: arcanas
1,862
Posted By arcanas
That works! Thanks for the help! I also came...
That works! Thanks for the help!

I also came up with this as another option:


#!/bin/bash
sdir=<path>/dira
ddir=<path>/dirb

cd "$sdir";

IFS='\
'
for author in `ls -1`;
do
(mkdir...
1,862
Posted By arcanas
Copying files to new dir structure.
I am trying to figure out a way to script copying specific files from one dir structure to another.

I have a dir structure like this:
dira/author 1/book 1/file a.epub
/book 2/file...
Showing results 1 to 2 of 2

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