Browse Source

Upload files to ''

master
Victor 4 years ago
parent
commit
601fee366f
  1. 6
      nba.txt

6
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
Loading…
Cancel
Save