RHCSA RHEL 8 - Use input-output redirection

Поділитися
Вставка
  • Опубліковано 18 вер 2024

КОМЕНТАРІ • 8

  • @victor_mendonca
    @victor_mendonca 3 роки тому +10

    Started watching your videos to review the RHCSA content before I take the exam and so far I'm loving it.
    A small correction on one of the commands (11:05). When you pipe the results of 'ls' to 'find' you are essentially running two separate commands and not really piping the output of 'ls' to 'find'. For example, you could run "ls /var/log | find ~ -name '.bash*'" and it would still show hidden Bash files in your home directory.

  • @gwizzlefuhshizzle
    @gwizzlefuhshizzle 5 років тому +7

    Thank you for your awesome videos! Just a friendly observation, 14:04 wc -l is how many lines, not letters.

    • @compsecgadgets
      @compsecgadgets  5 років тому

      Many thanks once, again for your input. Will update.

  • @mannedmodule
    @mannedmodule 2 роки тому +1

    Great tutorial.
    Correction: At 14:03
    wc -l displays how many lines, not letters, in the text.

  • @DevOpsPulse
    @DevOpsPulse Рік тому +1

    Thank you

  • @asenaengland
    @asenaengland 5 років тому +3

    Again one more amazing video thanks.

  • @yahianad
    @yahianad Рік тому

    ls % 2> error.txt should redirect the msg error to error.txt