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

[OT] inline python (was Re: [ in /usr/bin Question)



Bob McGowan wrote:
So, a question: Can python 'run' code directly from the command line, as Perl does with the -e option?
Yes:

python -c 'print "!dlrow olleH"[::-1]'



Reply to: