Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uniq bash

# uniq command filters outputs to be unique. For example:
sort letters.txt 
a b b c c c 
sort letters.txt | uniq
a b c
sort dogs.txt | uniq -d # Only shows duplicated lines
b c
Comment

PREVIOUS NEXT
Code Example
Shell :: pacman remove package 
Shell :: wp-cli search-replace 
Shell :: install packages from pipfile 
Shell :: how to remove remote heroku 
Shell :: npm i vs npm ci 
Shell :: git remove ignored files 
Shell :: powershell check if file exists 
Shell :: how to list all versions of pip in ubuntu using grep 
Shell :: ubuntu libreoffice calc start 
Shell :: env variable for access key and secret key in terraform 
Shell :: ubuntu install vagrant 
Shell :: can i install linux on an external hard drive 
Shell :: material ui alert module 
Shell :: npm not found in zsh 
Shell :: install pybind ubuntu 
Shell :: download docker desktop ubuntu 
Shell :: delete branch github 
Shell :: install lutris ubuntu 
Shell :: install postman in ubuntu 20.04 
Shell :: how to globally uninstall npm package 
Shell :: git lost changes after reset --keep 
Shell :: installing scoop for windows 
Shell :: htpasswd add user 
Shell :: install redash ubuntu 20.04 
Shell :: how to install react native 
Shell :: git revert pr merge 
Shell :: git reset head to previous commit 
Shell :: install kazam screencaster ubuntu 
Shell :: add npm to $PATH ubuntu 
Shell :: chmod just directories 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =