summaryrefslogtreecommitdiff
path: root/tests/jobs.right
blob: 830c3973ba7fa0c688cdabe188212612a45f0174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
./jobs2.sub: fg: job %1 started without job control
fg: 1
0
./jobs.tests: wait: job control not enabled
./jobs.tests: fg: no job control
wait-for-pid
wait-errors
./jobs.tests: wait: `1-1' is not a pid or valid job spec
./jobs.tests: wait: `-4' is not a pid or valid job spec
wait-for-background-pids
async list wait-for-background-pids
async list wait for child
forked
wait-when-no-children
wait-for-job
./jobs.tests: wait: %2: no such job
127
async list wait-for-job
forked
fg-bg 1
sleep 5
fg-bg 2
sleep 5
fg-bg 3
sleep 5
fg-bg 4
sleep 5
fg-bg 5
./jobs.tests: fg: %2: no such job
./jobs.tests: bg: bg background job?
fg-bg 6
./jobs.tests: fg: illegal option: -s
fg: usage: fg [job_spec]
./jobs.tests: bg: illegal option: -s
bg: usage: bg [job_spec]
./jobs.tests: disown: illegal option: -s
disown: usage: disown [-h] [-ar] [jobspec ...]
./jobs.tests: disown: %1: no such job
./jobs.tests: disown: %2: no such job
wait-for-non-child
./jobs.tests: wait: pid 1 is not a child of this shell
127
3 -- 1 2 3 -- 1 - 2 - 3
[1]   Running                 sleep 300 &
[2]-  Running                 sleep 350 &
[3]+  Running                 sleep 400 &
running jobs:
[1]   Running                 sleep 300 &
[2]-  Running                 sleep 350 &
[3]+  Running                 sleep 400 &
./jobs.tests: kill: %4: no such job
./jobs.tests: jobs: no such job %4
current job:
[3]+  Running                 sleep 400 &
previous job:
[2]-  Running                 sleep 350 &
after kill -STOP
running jobs:
[1]   Running                 sleep 300 &
[3]-  Running                 sleep 400 &
stopped jobs:
[2]+  Stopped                 sleep 350
after disown
[2]+  Stopped                 sleep 350
[3]-  Running                 sleep 400 &
running jobs:
[3]-  Running                 sleep 400 &
stopped jobs:
[2]+  Stopped                 sleep 350
after kill -s CONT
running jobs:
[2]+  Running                 sleep 350 &
[3]-  Running                 sleep 400 &
stopped jobs:
after kill -STOP, backgrounding %3:
[3]+ sleep 400 &
killing...
done
after KILL -STOP, foregrounding %1
sleep 10
done