File: eval

package info (click to toggle)
zsh 5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,856 kB
  • sloc: ansic: 108,138; sh: 6,976; makefile: 722; perl: 687; awk: 291; sed: 16
file content (6 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
eval [ arg ... ]
       Read the arguments as input to the shell and execute the result-
       ing  command(s) in the current shell process.  The return status
       is the same as if the commands had been executed directly by the
       shell;  if  there  are no args or they contain no commands (i.e.
       are an empty string or whitespace) the return status is zero.