Skip to content

Commit

Permalink
12-combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Afartey committed Feb 14, 2023
1 parent 4a8e020 commit cb4e992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0x03-shell_variables_expansions/12-combinations
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo {a..z}{a..z} | tr '''\n' | grep -v "oo"

0 comments on commit cb4e992

Please sign in to comment.