Tagged Questions
-1
votes
0answers
33 views
The logic behind implementation of getopt and programms like getopt [closed]
I would like to know the general logic behind the implementation of getopt kind of functionality, so that any script would have optional parameters or some options or parameters could be must for that ...
1
vote
1answer
649 views
How synchronize two disks (or folders) using symbolic (or hard) links (like rsync)?
I'm searching a tool or a shell script or another program to synchronize two or more folders or disks.
But it differs of rsync tool, because, I don't want to duplicate the missing file, but do a ...