Changes

Jump to: navigation, search

Tutorial5: Redirection

43 bytes removed, 15:48, 24 January 2020
Additional File Manipulation Commands
The '''/dev/null ''' file (sometimes called the '''bit bucket ''' or '''black hole''''''Bold text''') is a special system file that discards all data written into itUseful . This is useful to discard unwanted command output, for example. ''Example:'' <span style="font-family:courier;font-weight:bold;">find / -name "tempfile" 2> /dev/nullAlso, </dev/null can provide null data (EOF only) to processes reading from itspan>Useful to purge (empty) files etc, for example: cat /dev/null <br><br> ~/.bashrc
===Piping (Using Pipes)===
13,420
edits

Navigation menu