Commit 1b56b2b6 authored by Shanelle Valencia's avatar Shanelle Valencia

Add parseColumn file

parent 97a4eeeb
#!/bin/bash
if grep -q "$1" /etc/passwd; then
echo "Home directory: /var/$1"
else
echo "User \"$1\" not found"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment