I'm trying to open a terminal that shows a file as it's being written. A progress percentage is written into the file and I'd like the user to see it.
Most solutions I have found for opening a new terminal say to use -e
, but that returns
# Option "-e" is deprecated and might be removed in a later version of gnome-terminal
# Use "-- " to terminate the options and put the command line to execute after it.
I've seen discussion about this error, but I'm still unsure as to what the functional difference between -e
and --
actually is. Scripts that I run that use -e
stop working properly if I just swap them, so there's obviously something that I'm missing.