grep mit Option -E
This commit is contained in:
parent
00f4c1b977
commit
82d5f51fd3
1 changed files with 4 additions and 4 deletions
|
|
@ -19,11 +19,11 @@ steps:
|
|||
- hugo -s Website -d PROD --logLevel debug
|
||||
- ls -la Website/PROD/index.html
|
||||
- head Website/PROD/index.html
|
||||
- grep --version
|
||||
- grep . Website/PROD/index.html
|
||||
- grep ".*" Website/PROD/index.html
|
||||
#- grep --version
|
||||
- grep -E . Website/PROD/index.html
|
||||
- grep -E ".*" Website/PROD/index.html
|
||||
#
|
||||
- grep "zielt FOERBICO auf die Vernetzung" Website/PROD/index.html # enthält index.html auch den Inhalt der Startseite?
|
||||
- grep -F "zielt FOERBICO auf die Vernetzung" Website/PROD/index.html # enthält index.html auch den Inhalt der Startseite?
|
||||
- grep localhost Website/PROD/index.html # hat sich beim build ein Fehler eingeschlichen?
|
||||
- grep -E 'href.+favicon.ico' Website/PROD/index.html | cut -d= -f3 # baseURL ausgeben
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue