Search Results

Search: Posts Made By: jowens1138
2,671
Posted By balajesuri
1. Please post the exact command you used. 2....
1. Please post the exact command you used.
2. Also, please post the output of the following commands: uname -a and echo $SHELL
2,671
Posted By Corona688
That means you were not in the same directory as...
That means you were not in the same directory as the jpg files. You need to be in the same directory as the jpg files when the command is run.
2,671
Posted By balajesuri
for x in *.jpg; do mv $x ./${x%_*}/ ; done
for x in *.jpg; do mv $x ./${x%_*}/ ; done
Showing results 1 to 3 of 3

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