Check These Out
Based / Inspired by malathion's below command
http://www.commandlinefu.com/commands/view/20528/convert-csv-to-json
Is written for python3 and is very easy to use
csv2json *csv will convert all files ending in csv to json
eg csv2json file.csv will output a file to file.json
Validity of json tested in python3 and below site
https://jsonformatter.curiousconcept.com/
* Replace USERNAME with the desired svn username
* Replace the first YYYY-MM-DD with the date you want to get the log (this starts at the midnight event that starts this date)
* Replace the second YYYY-MM-DD with the date after you want to get the log (this will end the log scan on midnight of the previous day)
Example, if I want the log for December 10, 2010, I would put {2010-12-10}:{2010-12-11}
If your customer deletes a file that is still in use by a process, that space does not get freed up (will not show up in df) until that process either closes the file on its own, or is killed.
A null operation with the name 'comment', allowing comments to be written to HISTFILE. Prepending '#' to a command will *not* write the command to the history file, although it will be available for the current session, thus '#' is not useful for keeping track of comments past the current session.
This will send the ASCII sequence for DC3 to the currently running tty which results in SIGSTOP (19).
You can continue with ASCII sequence for DC1 by pressing CTRL+q which results in SIGCONT (18).
This command will resize an image (keeping the aspect ratio) to a specific resolution, meaning the resulting image will never be smaller than this resolution.
For example, if we have a 2048x1000 image, the output would be 1229x600, not 1024x600 or 1024x500. Same thing for the height, if the image is 2000x1200, the output would be 1024x614.
Apart from an exact copy of your recent contents, also keep all earlier versions of files and folders that were modified or deleted.
Inspired by EVACopy http://evacopy.sourceforge.net