]> git.armaanb.net Git - bin.git/blob - man/inp.1.scd
inp: add script
[bin.git] / man / inp.1.scd
1 fmt-music(1)
2
3 # NAME
4 inp - run any command in-place.
5
6 # SYNOPSIS
7 *inp* [command] [input file]
8
9 # DESCRIPTION
10 Run any command that outputs to stdout in place. For example to run fold on   
11 file you could run "inp 'fold -s -w 72' file.txt". It is important that the 
12 command and all of its options are a single argument, wrapped in quotes if need 
13 be.
14
15 # COPYRIGHT
16 This is free and unencumbered software released into the public domain. For more
17 information, please refer to <https://unlicense.org/>.