Tagged Questions
1
vote
1answer
135 views
Reading from USB serial port under Cygwin
I am actually using Cygwin, but it is my understanding that it responds to Unix commands so hopefully I am in the correct place.
I have an Arduino hooked up via USB to my LapTop for data reading.
I ...
1
vote
2answers
140 views
“watch” command not found in Cygwin? [duplicate]
Possible Duplicate:
Cygwin has no watch command?
I am in the process of learning Unix commands; I started a few days back. I read a post here and tried to use the watch command, but my ...
3
votes
1answer
165 views
Pausing rsync via bash script?
Is there a way to pause rsync via command line, if it transfers data for over X minutes? I'm working on using it as a backup and would like it to pause every once in a while to prevent the hard disks ...