1
rated 0 times
[
1]
[
0]
/ answers: 1 / hits: 368
/ 2 Years ago, sun, january 23, 2022, 12:52:10
gnome-terminal --tab -e "
sh -c '
gedit'/media/ubuntuman/Onces And for Al/scripts/faceBook' & ;
sudo cpulimit -e ubuntu-tweak -l 80;'"
This is the piece of code I want to edit. The special character '
(single quote) in of sh -c
will conflict with the single quote of gedit
, how can I solve it?
I also find that if I run the first job in the background, the terminal doesn't execute the second job of sudo cpulimit
bla bla ... Why?
More From » command-line