Search Results

Search: Posts Made By: kbrazil
59,658
Posted By kbrazil
Jello: The JQ Alternative for Pythonistas
Ever find yourself banging your head against the wall trying to decode a complex jq pipeline?

That's why I created jello, which puts the power of python processing of JSON at the command line....
58,741
Posted By kbrazil
Hi DRL, Sorry I just saw your post. I'm not...
Hi DRL,

Sorry I just saw your post. I'm not sure why the yaml library didn't install via PIP on that system. Perhaps there was an issue with PIP or a conflict with another library? Might make...
58,741
Posted By kbrazil
Hi DRL, You can now use this style of synax...
Hi DRL,

You can now use this style of synax with the latest version of jc!

Cheers,
kb
9,368
Posted By kbrazil
use the mount command
I've been able to mount a Windows or Mac SMB share on centos linux with something like this:

mount -t cifs -o user=foo,vers=2.0 //1.1.1.1/sharename /media/smb
11,368
Posted By kbrazil
Fun with terminal plotting JSON data at the command line
One of the great thing about unix is the ability to pipe multiple programs together to manipulate data. Plain, unstructured text is the most common type of data that is passed between programs, but...
58,741
Posted By kbrazil
jc json conversion tool
I created a tool called jc that converts the output of many command line tools, including df, to json format:

kellyjonbrazil/jc on github.

$ df | jc --df -p
[
{
"filesystem": "udev",
...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 11:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy