Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tsv to json bash

cat input.tsv | jq --raw-input --slurp 'split("
") | map(split("	")) | .[0:-1] | map( { "id": .[0], "ip": .[1] } )'
Comment

PREVIOUS NEXT
Code Example
Shell :: bash stop nohup job 
Shell :: AppRegistryNotReady notebook django shell 
Shell :: Removing Watermark From Video File With FFMPEG 
Shell :: how to shutdown linux from terminal immediately 
Shell :: linux less command color 
Shell :: awk get mean 
Shell :: node_modules spotlight index 
Shell :: imagem para pdf linux 
Shell :: how to enable git lol 
Shell :: nano linenumber 
Shell :: smbolic link linux command 
Shell :: how to append linux to exists flutter project 
Shell :: chmod rwx for all users 
Shell :: run cmd in batch 
Shell :: como excluir tag remota 
Shell :: add quotes to column and replace with comma 
Shell :: install mana in kali complete method 
Shell :: Extract your external IP address using dig 
Shell :: julia arch linux 
Shell :: mac osx find local mail attachments 
Shell :: deb http://la-mirrors.evowise.com/ubuntu/ disco-security multiverse 
Shell :: LetsEncrypt use alias for acme-challenge directory 
Shell :: instalar Git en PowerShell 
Shell :: powershell profile takes a long time to load 
Shell :: Non-base32 digit found 
Shell :: fish shell ssh agent autostart 
Shell :: reset nvram/pram 
Shell :: WSL2 SystemD-Genie AutoStarts with windows 
Shell :: ray core file 
Shell :: unzip start of central directory not found 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =