Opsitive on Nostr: "Crap, I was in the wrong directory when I untarred that package, and now it's full ...
"Crap, I was in the wrong directory when I untarred that package, and now it's full of stuff." Well, you can clean up just as quickly by using the list of files from the tarball:
tar tzf /path/to/ball.tar.gz | xargs -d'\n' rm -rfv
#Linux #Shell #SystemAdministration #SysAdmin
Published at
2023-09-12 13:39:01Event JSON
{
"id": "3d2fa66e735148345d0580b184e2f3b793a10fc832ed147c03db40588683bdef",
"pubkey": "b7eb5435613705e63c233e9131a56ddf3b78ffed96d0f8824ab5d30b0acaba37",
"created_at": 1694525941,
"kind": 1,
"tags": [
[
"t",
"Linux"
],
[
"t",
"shell"
],
[
"t",
"systemadministration"
],
[
"t",
"sysadmin"
],
[
"proxy",
"https://floss.social/users/opsitive/statuses/111052452110902435",
"activitypub"
]
],
"content": "\"Crap, I was in the wrong directory when I untarred that package, and now it's full of stuff.\" Well, you can clean up just as quickly by using the list of files from the tarball:\n\ntar tzf /path/to/ball.tar.gz | xargs -d'\\n' rm -rfv\n\n#Linux #Shell #SystemAdministration #SysAdmin",
"sig": "e74ca8cca1fc905697c7d6f733949ae7fe9fc0233960cc5b43cfe2dfe3541cc80be2c56d432daa3d99d9dc849935b8d81896961262a3e554d3cd4df0d896dcdd"
}