Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add enscript #420

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Add enscript #420

merged 2 commits into from
Nov 20, 2023

Conversation

ZanyMonk
Copy link
Contributor

@ZanyMonk ZanyMonk commented Nov 9, 2023

As per enscript manual:

-I filter, --filter=filter
   Read all input files through an input filter filter.  The input filter can be a single command or  a  command
   pipeline.  The filter can refer to the name of the input file with the escape `%s'.  The name of the standard
   input can be changed with the option `--filter-stdin'.

   For example, the following command prints the file `foo.c' by using only upper-case characters:

       enscript --filter="cat %s | tr 'a-z' 'A-Z'" foo.c
-o file An alias for the option -p, --output.
-p file, --output=file
   Leave the output to file file. If the file is `-', enscript sends the output to the standard output stdout.
-q, --quiet, --silent
   Make enscript really quiet. Only fatal error messages are printed to stderr.

@cyrus-and cyrus-and merged commit 8d683fb into GTFOBins:master Nov 20, 2023
@cyrus-and
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants