Commit 671687c3 authored by vagrant's avatar vagrant

complete second script

parent 4a609f51
#! /bin/bash
if [$1 != ""]; then
awk -F, '{print $6}'
else
echo "User 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