Search Results

Search: Posts Made By: Ravenholdt
2,424
Posted By Chubler_XL
Try this (remove echo when your confident it's...
Try this (remove echo when your confident it's going to do what you want):

#!/bin/sh
v1c=5
v2c=-5
cd ./tiles
for tile in *
do
echo mv $tile `echo $tile | awk -vv1=$v1c -vv2=$v2c -F[_.]...
Showing results 1 to 1 of 1

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