Do you remember the command to display the jobs launched from the current terminal? Type it to see what jobs we have here.
Foreground and background jobs
Look at the jobs
Report a typo
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
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.