Skip to content

Commit

Permalink
fixed task 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Baribor committed Mar 14, 2023
1 parent 1cfed33 commit 1b4a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x02-shell_redirections/22-users_and_homes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
awk -F: '{print $1, $6}' /etc/passwd | sort
cut -d: -f1,6 /etc/passwd | sort

0 comments on commit 1b4a833

Please sign in to comment.