John Regehr on Nostr: is there a bash (or even another shell, but I mostly use bash) feature that defers ...
is there a bash (or even another shell, but I mostly use bash) feature that defers creation of new files so that this would work:
$ bibtool -s main.bib > main.bib
instead of what I actually have to type:
$ bibtool -s main.bib > bla
$ mv bla main.bib
Published at
2024-11-16 20:18:36Event JSON
{
"id": "e72eda6246ed6c3938d9949811dab9c9a3b8e8ce5b6688aae5cf5f936b7b3a06",
"pubkey": "a1a4eb540235341a2db0d8a08cfb74edc4bb06b316c7bb39580c55559ce71ba1",
"created_at": 1731788316,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.social/users/regehr/statuses/113494479122399436",
"activitypub"
]
],
"content": "is there a bash (or even another shell, but I mostly use bash) feature that defers creation of new files so that this would work:\n\n$ bibtool -s main.bib \u003e main.bib\n\ninstead of what I actually have to type:\n\n$ bibtool -s main.bib \u003e bla\n$ mv bla main.bib",
"sig": "bdc63d8a8e4a98bab09205565d4d7972e7adcfa7f02f7da055486965512463e65748d89535dd20cf7cb144a8f2b671a97d73a582c6dd2974db0b155a1744ddb6"
}