Skip to content

Commit

Permalink
Finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Afartey committed Feb 14, 2023
1 parent b205539 commit a3b1fb7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions 0x02-shell_redirections/19-AZ
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/bin/bash
tr "A" "Z" | tr "c" "e"
2 changes: 2 additions & 0 deletions 0x02-shell_redirections/20-hiago
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
tr -d "cC"
2 changes: 2 additions & 0 deletions 0x02-shell_redirections/21-reverse
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
rev
2 changes: 2 additions & 0 deletions 0x02-shell_redirections/22-users_and_homes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
cut -d ':' -f 1,6/etc/passwd|sort
3 changes: 2 additions & 1 deletion 0x02-shell_redirections/7-file
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
echo "Best School" > \\\*\\\\"'\"Best School\"\\'\\\\\*\$\\\?\\\*\\\*\\\*\\\*\\\*\:\)
echo "Best School" > \*\\'"Best School"\'\\*$\?\*\*\*\*\*:)

0 comments on commit a3b1fb7

Please sign in to comment.