Skip to content

Commit

Permalink
Add find
Browse files Browse the repository at this point in the history
  • Loading branch information
alokmenghrajani committed Jun 7, 2023
1 parent f4c66ff commit 63bf23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dd status=none if=file.txt # GNU dd
hexdump -ve '"%c"' file.txt
join -a 1 file.txt /dev/null
openssl enc -none -in file.txt
find file.txt -exec paste {} \;
curl file:///proc/self/cwd/file.txt
git -P grep --no-index -h ^ file.txt
shuf --random-source=/dev/zero file.txt
Expand Down

0 comments on commit 63bf23d

Please sign in to comment.