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
  • Get data the way you want

    Linux Admin – paste Command

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

    The paste command is used to merge lines of files. Following are the commonly used switches. SwitchAction-dSpecify delimiter-sPaste one file at a time instead of in parallel The best example to clearly…

    Continue ReadingLinux Admin – paste Command

    Linux Admin – tr Command

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

    Following is the syntax for tr. This command translates or deletes characters. tr [OPTION] SET1 [SET2] Following are the commonly used switches and character classes with tr. CommandAction-dDelete-sSqueeze repeated text in SET1…

    Continue ReadingLinux Admin – tr Command

    Linux Admin – sed Command

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

    sedĀ is a complex utility to master. This command streams the editor for filtering and transforming text. Entire books have been written dedicated to using sed proficiently. So please keep in…

    Continue ReadingLinux Admin – sed Command

    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
    • Go to the previous page
    • 1
    • …
    • 722
    • 723
    • 724
    • 725
    • 726
    • 727
    • 728
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP