User Tools

Site Tools


bash:display_output

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash:display_output [2019/12/12 20:14] – created peterbash:display_output [2021/01/26 16:25] (current) – removed peter
Line 1: Line 1:
-====== BASH - Display output ====== 
- 
-The **echo** command is used for displaying information in bash.  
- 
-It is similar to the C function **‘printf’** and provides many common options, including escape sequences and re-direction. 
- 
-<code bash> 
-#!/bin/bash 
-echo "Printing text" 
-echo -n "Printing text without newline" 
-echo -e "\nRemoving \t special \t characters\n" 
-</code> 
- 
-The **-e** option is used for telling echo that the string passed to it contains special characters and requires extended functionality. 
  
bash/display_output.1576181672.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki