View/Edit/Compile/Run -
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ls -l logs/LOG -rw-r----- 1 root root 3330 May 28 07:07 logs/LOG # ls -l fc/home/alice/a1 drwx------ 2 3025 3025 512 May 24 09:30 . drwxr-x--- 15 root 3025 512 May 3 11:32 .. lrwxrwxrwx 1 3025 3025 26 Mar 9 18:20 Makefile -> ../../../proto/a1/Makefile -rw------- 1 3025 3025 193 Mar 10 11:57 p1.c -rw------- 1 3025 3025 1086 Mar 10 11:52 p1.c.OLD #
if [ ! -r "$file" ]; then
case "$COURSE" in
fc)
case "$sub" in
a2) case "$file" in
p4.c) /vecr/fc/a2/p4.sh "$user" > p4.c ;;
*) touch "$file" ;;
esac
;;
...