Skip to content

Instantly share code, notes, and snippets.

@empjustine
Last active August 9, 2022 01:01
Show Gist options
  • Save empjustine/65caeaccbd0ff04e04112bcb7ed2e72c to your computer and use it in GitHub Desktop.
Save empjustine/65caeaccbd0ff04e04112bcb7ed2e72c to your computer and use it in GitHub Desktop.
Rename files
```sh
printf "@ %s\n@=%s\n" "original-name.txt" "new-name.txt" | zipnote -w redbean-2.0.16.com
```
Change comment on file files
```sh
printf "@ %s\n%s\n@ (comment above this line)" "help.txt" "example comment..." | zipnote -w redbean-2.0.16.com
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment