Search Results

Search: Posts Made By: dtrescott
6,096
Posted By dtrescott
variable readibility
The full format of the CAD file is cs(ModelYearIdentifier)yyy-70030-123456. So, engineers use a baseline design and make modifications. I have to be my own admin in this regard. Cp and mkdir all...
6,096
Posted By dtrescott
Undefined variable in mv script
Hello,

#this script renames schematic file for model year change

#my = model year prefix
my="lsd"
for i in 'ls lsb*'
do
old=$i
new='echo $i | cut - c4 - c30'
mv $i $my$new
end

i:...
Showing results 1 to 2 of 2

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