|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
quine in bash script
Hi,
Is it possible to write a quine program in bash shell script? Thanks |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Not really for a shell script, but here is an old one: Code:
z=\' a='z=\\$z a=$z$a$z\; eval echo \$a'; eval echo $a Also, Check out the info here: Quine Program |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bash Script: modify bash | LibRid | Shell Programming and Scripting | 9 | 10-25-2010 06:17 PM |
| Bash script: issue changing directories in script | Breakology | Shell Programming and Scripting | 5 | 05-26-2009 08:47 AM |
| how to make your bash script run on a machine with csh and bash | npatwardhan | Shell Programming and Scripting | 3 | 11-19-2008 03:17 AM |
| passing variable from bash to perl from bash script | arsidh | Shell Programming and Scripting | 10 | 06-04-2008 12:25 PM |
| Why generate "ash and bash" different output for same bash script? | s. murat | Shell Programming and Scripting | 0 | 05-26-2008 07:19 AM |
|
|