Sponsored Content
Full Discussion: eval
Top Forums Shell Programming and Scripting eval Post 302502368 by Chubler_XL on Monday 7th of March 2011 08:08:43 PM
Old 03-07-2011
It's setting _val to the value of the variable whose name is currently in _var


e.g. if _var is PATH is will set _val to contain the value of $PATH

Might be interesting to add:
Code:
echo $_val

to the bottom of this script and then call it with the params HOME testing or _conceal "my value"

Last edited by Chubler_XL; 03-08-2011 at 05:18 PM..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

eval a variable that has a .

Hi, Is there any way that I can eval the following - eval abc.csv=def.csv I am getting the - bash: command not found error. thanks. (3 Replies)
Discussion started by: ttshell
3 Replies

2. Shell Programming and Scripting

EVal

Hi All, I'm running some encrypted data through a script I wrote. In order to do this, I'm using eval to resolve some of my variables. At the moment, when I use eval to resolve, it strips out some of my encrypted values, and totally drops some others. For example if I have the value ab1"3 it drops... (1 Reply)
Discussion started by: Khoomfire
1 Replies

3. Shell Programming and Scripting

eval misconception

Hi, I have two files "foo" and "bar" $ cat foo a is \$a and b is \$b $ cat bar car tree using the below 'while' loop I expect the output to be: a is car and b is tree while read a b; do eval echo $(cat foo) # o/p: a is $a and b is $b eval "echo $(eval "cat foo")"... (1 Reply)
Discussion started by: royalibrahim
1 Replies

4. UNIX for Advanced & Expert Users

eval behaviour

Hi, I have snippet like the following x="1" prompt1="hi" if I say eval echo \$prompt$x then it is giving o/p "hi" if I say `eval echo \$prompt$x` here it is giving 1 ! if I add one more escape character i.e. `eval echo \\$prompt$x` then it is giving "hi" Can you please... (3 Replies)
Discussion started by: shahnazurs
3 Replies

5. Shell Programming and Scripting

eval help

I am trying to expand the variable $user in my alias command and tried several variations of eval but can't seem to get it to work. The end result should be either: oracle_user='sudo su - oracle ' or oracle_user='sudo su - oracle1 ' user=$(grep '^oracle:' /etc/passwd | cut... (5 Replies)
Discussion started by: BeefStu
5 Replies

6. Shell Programming and Scripting

Strange result of eval, how does eval really work with ssh?

Hi all, some small script with eval turned me to crazy. my OS is linux Linux s10-1310 2.6.16.53-0.8.PTF.434477.3.TDC.0-smp #1 SMP Fri Aug 31 06:07:27 PDT 2007 x86_64 x86_64 x86_64 GNU/Linux below script works well #!/bin/bash eval ssh remotehost date eval ssh remotehost ls below... (1 Reply)
Discussion started by: summer_cherry
1 Replies

7. Shell Programming and Scripting

Help on eval please

Hello All, Since my variables are nested I use eval to populate the data. I have an ambiguity here when eval is used along with & say I have the below variable url="www.unix.com" , this come from function call as argument. I want to take this into another variable say... (6 Replies)
Discussion started by: sathyaonnuix
6 Replies

8. Shell Programming and Scripting

Error in eval eval command to print html tags

anyone has any info on why this is complaining??? vivek@vivek-c5e55ef2e ~/TAC $ zoneCounter=1 vivek@vivek-c5e55ef2e ~/TAC $ optUsage1=23% vivek@vivek-c5e55ef2e ~/TAC $ eval eval echo "<th>Zone $zoneCounter </th><th align=\"left\"> \$optUsage$zoneCounter </th>" -bash: syntax error... (1 Reply)
Discussion started by: vivek d r
1 Replies

9. Shell Programming and Scripting

Error in eval eval command to print html tags

anyone has any info on why this is complaining??? vivek@vivek-c5e55ef2e ~/TAC $ zoneCounter=1 vivek@vivek-c5e55ef2e ~/TAC $ optUsage1=23% vivek@vivek-c5e55ef2e ~/TAC $ eval eval echo "<th>Zone $zoneCounter </th><th align=\"left\"> \$optUsage$zoneCounter </th>" -bash: syntax error... (13 Replies)
Discussion started by: vivek d r
13 Replies

10. Shell Programming and Scripting

Eval

thank you (35 Replies)
Discussion started by: ratnalein88
35 Replies
QSTARDICT(1)						      General Commands Manual						      QSTARDICT(1)

NAME
qstardict - a Qt4 dictionary DESCRIPTION
QStarDict is a StarDict clone written with Qt4. The user interface is similar to StarDict. You can start QStarDict from the menu or by run- ning the qstardict command. TRANSLATION REFORMATTING AND ABBREVIATION EXPANSION
QStarDict can reformat translations and expand dictionary abbreviations. For example this translation: 1> First _val. of _w. 2> Second _val. of _w. ... can be shown as 1. Fist value of word 2. Second value of word 3. ... But reformatting and expanding takes additional CPU time. If the translation reformatting and instant search are both turned on this can decrease QStarDict performance. DICTIONARIES
Dictionaries for StarDict plugin are in StarDict format and by default must be placed into /usr/share/stardict/dic or ~/.stardict/dic directories. A dictionary must consist of three files: - .dict[.dz] file - main dictionary file - .idx - index file - .ifo - description file These files must be placed together in one directory. PRONOUNCING PROGRAMS
QStarDict can pronounce words using external program when popup window is shown. You must set a voice program to pronounce text from stdin. By default this is festival with --tts option. D-BUS QStarDict supports D-Bus message bus. List of available methods: void org.qstardict.dbus.showPopup(QString text) void org.qstardict.dbus.showTranslation(QString text) QString org.qstardict.dbus.translate(QString text) QString org.qstardict.dbus.translateHtml(QString text) QDBusVariant org.freedesktop.DBus.Properties.Get(QString interface_name, QString property_name) void org.freedesktop.DBus.Properties.Set(QString interface_name, QString property_name, QDBusVariant value) QString org.freedesktop.DBus.Introspectable.Introspect() List of available properties: readwrite int org.qstardict.dbus.mainWindowVisible You can call these methods from your applications or by using the qdbus program. This command qdbus org.qstardict.dbus /qstardict org.qstardict.dbus.showPopup "text" will show a QStarDict popup window with a translation of the "text". If you want to show/hide QStarDict window using keyboard shortcuts you must bind the following command to a shortcut: qdbus org.qstardict.dbus /qstardict org.freedesktop.DBus.Properties.Set org.qstardict.dbus mainWindowVisible $(( ! $(qdbus org.qstardict.dbus /qstardict org.freedesktop.DBus.Properties.Get org.qstardict.dbus mainWindowVisible))) HOMEPAGE
QStarDict website <http://qstardict.ylsoftware.com> AUTHOR
QStarDict was written by Alexander Rodin <rodin.alexander@gmail.com>. This manual page was written by Alexander Rodin <rodin.alexander@gmail.com>, for the Debian project (but may be used by others). SEE ALSO
stardict(1) sdcv(1) qdbus(1) November 11, 2007 QSTARDICT(1)
All times are GMT -4. The time now is 09:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy