Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove unnamed docker images

docker images -q -a | xargs docker inspect --format='{{.Id}}{{range $rt := .RepoTags}} {{$rt}} {{end}}'|grep -v ':'
Comment

PREVIOUS NEXT
Code Example
Shell :: cdo mean of multiple files 
Shell :: conda install pydub 
Shell :: add an existing user account to a group 
Shell :: nvm install latest node and keep global packages 
Shell :: pg_hba.conf location ubuntu 18.04 
Shell :: how to use traceroute command in ubuntu 
Shell :: install chrome in ubuntu 16.04 using terminal 
Shell :: how to make wsl backup 
Shell :: how to close jobs in linux 
Shell :: save android studio home bash_profile 
Shell :: remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information. 
Shell :: direnv 
Shell :: git edit last commit message 
Shell :: ubuntu extract rar file 
Shell :: test internet speed command line 
Shell :: ettercap sniffing 
Shell :: sed replace in file 
Shell :: copy folder ubuntu 
Shell :: nvidia open source driver arch linux 
Shell :: cannot delete branch checked out at 
Shell :: install tor linux 
Shell :: install snap macos 
Shell :: A multi-stage Dockerfile for building nodejs 
Shell :: revert vs reset vs restore 
Shell :: How can i rename my local master branch to main ? 
Shell :: vim maximize window 
Shell :: install aws cli 
Shell :: apt install crunch kali linux 
Shell :: add root user kali linux 
Shell :: extract tar to destination 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =