From 601fee366fffc8701075b0eb1d231caba93edefc Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 31 Oct 2020 21:41:22 +0000 Subject: [PATCH] Upload files to '' --- nba.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nba.txt diff --git a/nba.txt b/nba.txt new file mode 100644 index 0000000..344b17e --- /dev/null +++ b/nba.txt @@ -0,0 +1,6 @@ +echo "Chicago Balls Roster" +echo "--------------------" +grep "CHI" $LLO_DATAFILE | grep "1995" |cut -d',' -f3-4,40 +echo "Jordans Assists" +echo "----------------" +grep "CHI" $LLO_DATAFILE | grep "1995" |grep "Jordan" | cut -d"," -f3,48 \ No newline at end of file