python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to know when a script has finished running on a terminal?
I ran a python script overnight, and it was already done when I checked the code in the morning.
Is there a time log stored somewhere of when the python script finished executing? Or maybe a log of th...
Sashank
Votes: 0
Answers: 1
Silver Searcher: How can I only return results in folders matching a pattern?
My file structure is like this:
A
G (want to ignore)
H (want to ignore)
X (contains files I want to search)
B
G (want to ignore)
H (want to ignore)
X (contains files I want to search...
veeTrain
Votes: 0
Answers: 1
Chromebook trouble entering Perl variables with perl -e in terminal
I am learning how to use Perl on chrome. When I attempt to enter a variable in terminal it gives me this output. I know how to run code with files, just trying to see what I can do directly in the ter...
Stepdeff
Votes: 0
Answers: 2