python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using bash descriptors instead of process substitution/filename (MSYS2)?
Closest I could find to this is Is it possible to mimic process substitution on msys /mingw (with bash 3.x) - but I cannot really get it to work in my case; so let me demonstrate.
I'm using:
$ bash -...
sdbbs
Votes: 0
Answers: 0
Process Substitution in Ansible for Path-based Parameters
Many Ansible modules are designed to accept file paths as a parameter, the but lack the possibility to supply the contents of the file directly. In cases where the input data actually comes from somet...
RikuXan
Votes: 0
Answers: 1
feed uncompressed file to command line argument
Let's say I have a gzipped file, but my script only takes in an uncompressed file.
Without modifying the script to take in a compressed file, could I uncompress the file on the fly with bash?
For exam...
heheso6199
Votes: 0
Answers: 1