Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: B D

    This author has written 574 articles
    1. Home>
    2. B D>
    3. Page 54

    Linux Admin – cut Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    cutĀ andĀ grepĀ are two of the most useful and common commands for a CentOS Administrator. The cut is extremely useful for dealing with delimited files such as Linux configuration files, Linux preference…

    Continue ReadingLinux Admin – cut Command

    Linux Admin – cat Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    The cat command is used to concatenate files and print to standard output. Formerly, we have demonstrated both uses and abuses with the cat command. cat servers the following distinct purposes āˆ’…

    Continue ReadingLinux Admin – cat Command

    Linux Admin – tee Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    The teeĀ is a simple command, letting an administrator write command output and view a file at the same time. This simple command can save time over first writing stdout to…

    Continue ReadingLinux Admin – tee Command

    Linux Admin – uniq Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    Following are the common switches used withĀ uniq. This command reports or omits repeated lines. SwitchAction-cPrefix lines by the number of occurrences-iIgnore case-uOnly print unique lines-wCheck chars, compare no more than n chars-sSkip…

    Continue ReadingLinux Admin – uniq Command

    Linux Admin – sort Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    sortĀ has several optimizations for sorting based on datatypes. This command writes sorted concatenation of all files to standard output. However, be wary, complex sort operations on large files of a…

    Continue ReadingLinux Admin – sort Command

    Linux Admin – wc Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    wc is useful for counting occurrences in a file. It helps print newline, word, ad byte count from each file. Most useful is when combined with grep to show matches for…

    Continue ReadingLinux Admin – wc Command

    Linux Admin – head Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    The head is the basic opposite of the tail in relation to what part of the file operations are performed on. By default,Ā the headĀ will read the first 10 lines of…

    Continue ReadingLinux Admin – head Command

    Linux Admin – tail Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    The tailĀ will output (stdout) the last part of a text file. Most useful when perusing long text files and we only need to see the current updates. SwitchAction-cOutput last denoted…

    Continue ReadingLinux Admin – tail Command

    Linux Admin – more and less Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    Both more and fewer commands allow pagination of large text files. When perusing large files, it is not always possible to use grep unless we know an exact string to search. So we would want to…

    Continue ReadingLinux Admin – more and less Command

    Linux Admin – Grep Command

    • Post author:B D
    • Post published:August 7, 2021
    • Post category:Linux
    • Post comments:0 Comments

    grep is commonly used by administrators to āˆ’ Find files with a specific text stringSearch for a text string in logsFilter command out, focusing on a particular string Following is a…

    Continue ReadingLinux Admin – Grep Command
    • Go to the previous page
    • 1
    • …
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP