Search Results

Search: Posts Made By: Srvesh
4,716
Posted By fpmurphy
Another approach could be something like the...
Another approach could be something like the following

#!/bin/bash

[[ -d ./pngdir ]] || mkdir -p ./pngdir
[[ -d ./jpgdir ]] || mkdir -p ./jpgdir
[[ -d ./others ]] || mkdir -p ./others

for...
Showing results 1 to 1 of 1

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