Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

In linux, the [...] command is used when you have a command stored in a variable and you want to execute that command stored in the string.

For example:

[kevin@linux-box ~]$ COMMAND="ls -l"

[kevin@linux-box ~]$ [...] $COMMAND

Answer
eval

Question

In linux, the [...] command is used when you have a command stored in a variable and you want to execute that command stored in the string.

For example:

[kevin@linux-box ~]$ COMMAND="ls -l"

[kevin@linux-box ~]$ [...] $COMMAND

Answer
?

Question

In linux, the [...] command is used when you have a command stored in a variable and you want to execute that command stored in the string.

For example:

[kevin@linux-box ~]$ COMMAND="ls -l"

[kevin@linux-box ~]$ [...] $COMMAND

Answer
eval
If you want to change selection, open document below and click on "Move attachment"

20. Advanced Shell Scripting
ut can be irritating for the administrator. See your ~/.bashrc file for these settings. See also unalias . unalias command Removes an alias created with alias . alias -p Prints list of aliases. <span>eval arg ... Executes args as a line of shell script. exec command arg ... Begins executing command under the same process ID as the current script. This is most often used for shell scripts that ar

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.