How to open file in sublime and execute with python using xargs
0
votes
1
answer
637
views
I'm trying to open a python script and run it at the same time using
xargs
. I've tried:
subl script.py | xargs python3
And a few other variations but none seem to work. How would you do this using xargs
?
Asked by wcarhart
(103 rep)
Nov 11, 2018, 05:47 AM
Last activity: Nov 11, 2018, 08:15 AM
Last activity: Nov 11, 2018, 08:15 AM