Is there an online bash script testing site?
Sometimes I need to assist friends with bash scripting. When I’m on a Windows machine, it’s a working environment and I can’t just setup Cygwin or use a VM.
Sometimes I need to assist friends with bash scripting. When I’m on a Windows machine, it’s a working environment and I can’t just setup Cygwin or use a VM.
I have to read log file between and my question is how to get only the text in the file wich is between two dates using unix commands?
Every line contain date and I want to get the text in the file which dates are equal or bigger that the FROM date and lower or equal than the TO date.
The format of the date is 13/05/23 01:58.
The second date is for an example 13/05/13 07:50.
Example
Using mutt with Gmail I “check for e-mail updates” sometimes through the $ binding (sync-mailbox), sometimes just by using c (change folder) and just supplying = (defaults to MAILBOX) as the IMAP folder path to change to.
I am trying to find a way to determine if a text file is a subset of another..
I have a VM running Debian Wheezy on which some hostname lookups take several seconds to complete, even though the resolver replies immediately. Strangely, lookups with getaddrinfo() are affected, but gethostbyname() is not.
The three files are read in this order?
How do I set the default profile that is used after each boot, in PulseAudio?
Does the Ghost Vulnerability require access (as in being a logged in user) to the effected OS in question? Can someone clarify the ‘remote attacker that is able to make an application call’? I only seem to find tests to run on the local system directly but not from a remote host.
I have a custom xmodmap file I use, including useful multi-language diacriticals, english quotes, dashes &c. I want to use this map with kmscon, so I need to create a xkb configuration from it. Is there an automated method to do it? Or even a straightforward manual process, since I won’t need to do this frequently?
Is there a way to hide what I’m typing in a shell, so the terminal doesn’t echo my keystrokes, while still keeping the output of the command?