Code Monkey home page Code Monkey logo

Comments (9)

buhman avatar buhman commented on September 27, 2024 1

first line of paste to be command he executed on pipe

$ bash -xc "uname -s" |& curl -F c=@- https://ptpb.pw/
date: 2019-01-07T01:41:25.538891+00:00
digest: fd7589f1613ca881061dfe6a5f2722c0c3894085
long: AP11ifFhPKiBBh3-al8nIsDDiUCF
short: iUCF
size: 17
status: created
url: https://ptpb.pw/iUCF
uuid: f3ffde45-c452-4ddf-bb12-c8540744a2c2
$ curl https://ptpb.pw/iUCF
+ uname -s
Linux

from pb.

buhman avatar buhman commented on September 27, 2024 1

is there an example that doesn't involve shell-quoting?

Sure..

$ bash -x << EOF |& curl -F c=@- https://ptpb.pw/
uname -s
EOF

and the example doesn't work with bash3

ancient/obscure shells are not really interesting, but:

$ bash -xc "uname -s" 2>&1 | curl -F c=@- https://ptpb.pw/

from pb.

buhman avatar buhman commented on September 27, 2024

Not sure if I understand.

you mean like this?:

$ uname -s | tee >(curl -F c=@- https://ptpb.pw)
Linux
date: 2015-03-05T13:00:31.248000+00:00
digest: cd4bf5db2601ec9075425102d2b12a9ee5413d4a
long: AM1L9dsmAeyQdUJRAtKxKp7lQT1K
short: QT1K
size: 6
status: already exists
url: https://ptpb.pw/QT1K

from pb.

glensc avatar glensc commented on September 27, 2024

@buhman he wants first line of paste to be command he executed on pipe. i don't think there's good way to do that without extra script.

from pb.

g4570n avatar g4570n commented on September 27, 2024

Thanks @buhman , something like that was what I was referring to, similar to what it does: wgetpaste -c

from pb.

glensc avatar glensc commented on September 27, 2024

the example should be added to docs as well: https://ptpb.pw/

is there an example that doesn't involve shell-quoting?

from pb.

glensc avatar glensc commented on September 27, 2024

and the example doesn't work with bash3

➔ bash -xc "uname -s" |& curl -F c=@- https://ptpb.pw/
-bash: syntax error near unexpected token `&'

➔ echo $BASH_VERSION
3.2.57(1)-release

from pb.

glensc avatar glensc commented on September 27, 2024

latest macOS /bin/bash is 3.2.57, so it's not that uncommon and the system itself is not ancient.

not sure why they don't update newer, perhaps GPL v2 -> GPL v3 change in bash license not compatible for re-distribution inside the OS?

from pb.

glensc avatar glensc commented on September 27, 2024

yep, it's a licensing issue, so system bash 3.2 will stay there: https://apple.stackexchange.com/a/197172

from pb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.