Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

grep ignore repeated lines

Just comgine "sort -u" with grep command to ignore repeated lines:
grep file_name | sort -u
Comment

PREVIOUS NEXT
Code Example
Shell :: adobe photoshop on linux ubuntu 
Shell :: ubuntu install docker-compose 
Shell :: access django admin 
Shell :: screen scroll up linux 
Shell :: you are running create-react-app 
Shell :: add dir to your path kali 
Shell :: ps linux 
Shell :: dbeaver password reveal 
Shell :: get the default path batch 
Shell :: batch rename folder 
Shell :: uninstall composer 
Shell :: how to execute a file in ubuntu by double click 
Shell :: install ghost script 
Shell :: loop through a collection mongo db 
Shell :: upgrade package using pip 
Shell :: command to list hardware in linux 
Shell :: unable to install all modules vmware ubuntu 20.04 
Shell :: handle git diverged 
Shell :: how to install nginx on centos 7 
Shell :: cmake command not found 
Shell :: error: resource android:attr/lStar not found. 
Shell :: create group in linux command example 
Shell :: windows cat grep equivalent 
Shell :: change resolution of a video 
Shell :: set node role kubernetes 
Shell :: linux change permissions recursive only directories 
Shell :: PowerShell script block 
Shell :: pull from upstream git 
Shell :: docker build requires exactly 1 argument 
Shell :: mkdir create all subdirectories 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =