[OT] shell variable assignment problemn

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Problem I'm able to understand:
Suppose I have
$NUMDISKS that can be 1 or 2 ... or n
and
$DISKS that can be
sda, or
sda sdb
or sda sdb sdc
(so a string with the didks separated by space)
I want to assign

DRIVE1=sda
DRIVE2=sdb
...
DRIVEN=sdn

if I script

for i in $(seq 1 $NUMDISKS)
do
      DRIVE${i}="$(echo $DISKS | cut -d ' ' -f ${i})"
done

I get this error through assignment:

DRIVE1=sda: command not found

Instead if the disk env variable is cciss/c0d0 I get
DRIVE1=cciss/c0d0: No such file or directory

Any glue to the cause??? And to succeed to do the dynamic assignment?

Thanks,
Gianluca

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux