Skip to content

Commit

Permalink
➕ extend decrypt command
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount authored Jul 7, 2021
1 parent 0f9175b commit b52de5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sheets/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ gpg -e -u "Sender Name" -r "Receiver Name" file.txt
Decrypt a file

```bash
gpg -d file.txt.gpg
gpg -d file.txt.gpg # to show content directly in bash or
gpg -d file.txt.gpg > file.txt # to create decrypted file
```

## PDF
Expand Down

0 comments on commit b52de5d

Please sign in to comment.