Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

grades.sh

Marc R. Schoolderman edited this page Sep 9, 2018 · 1 revision

Usage

grades.sh dir1/file.txt dir2/file.txt ... dirN/file.txt

grades.sh is called from feedback.sh.

Description

For each argument of the form dir/file.txt, scrape the line of the form Grade: X and output it for all student ids foud in dir/#address.txt. These latter files are expected to be CSV files, where the first column contains the student number and the second the corresponding email address. Also see mailto.sh.

Clone this wiki locally