Tagged Questions
1
vote
1answer
192 views
Error QProcess: Destroyed while process is still running
Edit: I discovered that the problem is not related with the script cited below, but I'll leave it there just for history.
Well, this error appears when I close texstudio with the viewer open (xdvi or ...
21
votes
2answers
2k views
What does “3>&1 1>&2 2>&3” do in a script?
I saw this line in a script:
DEVICE=`dialog --inputbox "Festplatten-Laufzeit auslesen. Gebe Sie das
gewünschte Device an: " 0 70 "" 3>&1 1>&2 2>&3`
What is
3>&1 ...