Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

jq list top nodes

echo '{"node1":"foo", "node2":"bar","node3": {"inner-node": "baz"}}' | jq '. |=keys'

[
  "node1",
  "node2",
  "node3"
]
Comment

PREVIOUS NEXT
Code Example
Shell :: bash print file permissions 
Shell :: instal ansible centos 7 
Shell :: bash comment section to a file 
Shell :: boot linux from dos 
Shell :: delete a branch from local 
Shell :: git update from another branch 
Shell :: créer un script linux 
Shell :: install chocolately path 
Shell :: if else bash 
Shell :: terraform element function 
Shell :: generate token symfony authentication api platform 
Shell :: microsoft team ubuntu 
Shell :: rmdir linux 
Shell :: create rails app 
Shell :: grep output options 
Shell :: cat example 
Shell :: ssh bad owner permissions 
Shell :: connect to aws ubuntu gui from windows 
Shell :: shell themes for ubuntu 
Shell :: linux command line 
Shell :: how to pull down a specific branch from github 
Shell :: manual of command 
Shell :: install ghost cms locally help of docker 
Shell :: install phoenix 1.6 
Shell :: centos open port pid 
Shell :: how to start payara server 
Shell :: error: Setup script exited with error: libhdf5.so: cannot open shared object file: No such file or directory 
Shell :: add user to a folder in ubuntu nginx 
Shell :: terminal list files extension in subfolders 
Shell :: dont want ot type my passphrase everytime i push 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =