84 questions
The title is weird because I don't know it well.The result depends on where the command written in the shell script runs the script.For example:#!/bin/shpwdScripts like this home p parent ch Child te...
It's very basic, so I have no idea what's wrong.test.sh#!/bin/bashecho TEST START !!VAL = `ps -ef | tail -3`echo $VAL Execution resultTEST START !!./test.sh: 5: ./test.sh: VAL: not foundIs there anyth...
I want to end the program when I receive the enter with the read command I looked it up on the internet, and they got an entry with . But I keep getting errors when I try it Can you tell me what the p...
« | - 9 - |
© 2024 OneMinuteCode. All rights reserved.