Look at the jobs

Report a typo

Do you remember the command to display the jobs launched from the current terminal? Type it to see what jobs we have here.

Sample Input 1:

Sample Output 1:

[1]-  Running                 cat "Nice job!" > test1.txt &
[2]+  Running                 cat "Good job!" > test2.txt &
Write a program in Shell
#!/usr/bin/env bash

function solve() {
# add your solution here

}
___

Create a free account to access the full topic