Allowed file types:jpg, jpeg, gif, png, webm, mp4, pdfMax filesize is 16 MB.Max image dimensions are 15000 x 15000. You may upload 3 per post.
File (hide): 15455b01a19d766⋯.jpg (66.35 KB, 1000x800, 5:4, 1545271958797.jpg) (h) (u)
▶Anonymous 01/11/19 (Fri) 10:38:04 No.1018477>>1018484 [Watch Thread][Show All Posts]
Is there a better way to feed command arguments into a console application? Here's what I've done to feed dmenu input into youtube-viewer:
echo | dmenu | while read $v; do st -e youtube-viewer $v; done;
pls no bulli.
▶Anonymous 01/11/19 (Fri) 11:46:07 No.1018484
>>1018477 (OP)
>not using the Q&A sticky
also, are you talking about xargs?