This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %!PS | |
| % Write enumeration results to /tmp/gs-enum-output.txt | |
| (/tmp/gs-enum-output.txt) (w) file | |
| dup dup dup dup dup dup | |
| % Enumerate /app/ | |
| (=== /app/ ===\n) writestring | |
| (/app/*) {dup 3 index exch writestring (\n) 3 index exch writestring} 128 string filenameforall | |
| % Enumerate /tmp/ for interesting files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test content |