san-r
san-r
So, we can operate on the basis of adding/subtracting 'seconds' from a date. The above operation gave us 1629842400.00, which the Epoch Converter at https://www.epochconverter.com/ shows as 2021-08-24 in GMT....
The following is done using [miller](http://johnkerl.org/miller6/)'s `go` port: If we have a csv file `test.txt` as: ``` name,date1,date2 A,2020-09-20,2020-08-30 B,2020-01-31,2020-01-20 ``` Then the following command: ``` mlr --c2p --from test_date.txt...
I've noticed one custom function `len()` in `csvtk`. If another custom function `DATEDIF()` could be made available in `csvtk` it would be really nice since it is needed very frequently...
Using a sub-command like `grep` in the manner shown above just to print line numbers is certainly inefficient. And yes, only one sub-command `cat` supporting `-n` to print line numbers...
I need to use this feature when working with very large csv files, which I usually keep compressed with gzip or zstd (which supports significantly faster decompression speed). For the...
Using CryFS Version 0.11.2 on Windows 10 I'm facing the same issue. CryFS creates the encrypted folder but does not mount it, even when I use administrator command prompt. And...
> This could be the same issue as #424 and be solved by using a different version of DokanY. Thanks. Version [1.5.1.1000](https://github.com/dokan-dev/dokany/releases/tag/v1.5.1.1000) of DokanY solved it for me.
I installed version 1.5.1 because it was the **latest working version** mentioned in the post.
Finally, from version 1.4.4.0, we can get rid of diriv files. Yay!
I was kind of hoping that the migration process should involve just - - updating the config file - deleting the diriv files - without touching the encrypted data files.