Sample Header Ad - 728x90

Redirecting stderr from a launcher

0 votes
1 answer
92 views
I've made a desktop launcher and I want to direct the stderr to a file, but the redirection file isn't even create: /home/pl/my_thing.sh 2> /home/pl/stderr.txt That's what I've got in my launcher, but when I run it, the command executes normally, but acts as though it ignores everything from 2 onward. If I copy and paste that line into the command-line, it works. So why not in my launcher?
Asked by Opux (227 rep)
Feb 23, 2018, 03:40 PM
Last activity: Apr 18, 2023, 11:12 AM