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 078ac6f commit 8ced457
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 @@ -31,6 +31,7 @@ join -a 1 file.txt /dev/null
openssl enc -none -in file.txt
curl file:///proc/self/cwd/file.txt
git -P grep --no-index -h ^ file.txt
find . -name file.txt -exec paste {} \;
shuf --random-source=/dev/zero file.txt
bat --color=never --style=plain file.txt
diff --line-format=%L /dev/null file.txt
Expand Down

0 comments on commit 8ced457

Please sign in to comment.