Re: scripting issue

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

 



El Miércoles, 9 de Agosto de 2006 11:02, Tom Brown escribió:
> Hi

Hi!

> If i am locally on a box the following works fine
>
> ROOTDEV=`cat /boot/grub/grub.conf | grep "^\#.*root\=" | awk '{print
> $5}'`
>
> but if i put this into a script to run from another host it fails eg
>
> ssh $HOST 'ROOTDEV=`cat /boot/grub/grub.conf | grep "^\#.*root\=" | awk
> '{print $5}'`'
> awk: cmd. line:1: {print
> awk: cmd. line:1:       ^ unexpected newline or end of string
>
> seems the space in the print $5 upsets things - anyone know how to
> escape this space out so it will work?

I did this... and it just work fine.

[root@funk ~]# LALA=$(ssh localhost cat /boot/grub/grub.conf | 
grep "^\#.*root\=" | awk '{print $5}')
root@localhost's password:

[root@funk ~]# echo $LALA
root=/dev/sda9

The $HOST does it have bash?

-- 
Mauricio Vergara Ereche                 User #188365 counter.li.org

-- 
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