Search Results

Search: Posts Made By: jedhypes
4,198
Posted By jedhypes
NM Got it
In case you were wondering.

Here is the solution

#!/bin/bash

for d in `find ./ -type d`;
do
folder=`date "+%y%m%d%H%M%S"`;
destfolder="somefolder"
cd $d;
mkdir...
4,198
Posted By jedhypes
find jpg's mkdir script help
I am having a problem getting this to work right. The script needs to search through directories and subdirectories. If a jpg is found then create a folder in that directory, so on and so forth. Here...
Showing results 1 to 2 of 2

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