The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
getting variable inside awk subin_bala Shell Programming and Scripting 1 06-05-2008 05:21 AM
passing a variable inside a variable to a function KingVikram UNIX for Dummies Questions & Answers 2 01-14-2008 08:28 PM
How to replace variable inside the variable mani_um Shell Programming and Scripting 31 08-09-2007 11:56 PM
variable inside awk '{print $c}' Tártaro Shell Programming and Scripting 3 04-13-2007 09:22 AM
ksh: A part of variable A's name is inside of variable B, how to update A? pa3be Shell Programming and Scripting 4 03-30-2005 12:29 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 08-09-2006
Nene Nene is offline
Registered User
  
 

Join Date: Aug 2006
Posts: 5
Question Problem in executing a comand liying inside a variable

Hi everyone!

I need some help with my shell script

I am sending a shell command from a html text input to a cgi. Then, I store it into a variable. For example

var="ps -axu"
echo `$var`

This functions properly. But consider the following...

var="ps -axu | grep root"

Now, I want to execute this command but if I do this:

echo `$var`

it produces an error.

Why when I add pipes into my string it does not work?

Thank you a lot
  #2 (permalink)  
Old 08-09-2006
tmarikle tmarikle is offline Forum Advisor  
Registered User
  
 

Join Date: Jan 2005
Posts: 683
If you really want to do it this way, you need to eval the command.
Code:
var="eval ps -axu | grep root"
echo `$var`
but really, what are you trying to accomplish?
  #3 (permalink)  
Old 08-09-2006
Nene Nene is offline
Registered User
  
 

Join Date: Aug 2006
Posts: 5
It works!

I need to execute an arbitrary command introduced by the user in an html form and print the result. It's for a university subject.

Thank you!!!
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 10:39 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0