make header format yaml
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "conditionals"
|
||||
tags: [ "basics" ]
|
||||
title: conditionals
|
||||
tags:
|
||||
- basics
|
||||
---
|
||||
# If statements
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "eval"
|
||||
tags: [ "basics" ]
|
||||
title: eval
|
||||
tags:
|
||||
- basics
|
||||
---
|
||||
|
||||
Compose a statement for execution.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "bash games"
|
||||
tags: [ "fun" ]
|
||||
title: bash games
|
||||
tags:
|
||||
- fun
|
||||
---
|
||||
|
||||
Games are a great way to learn bash.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Joyous ASCII"
|
||||
tags: [ "fun" ]
|
||||
title: Joyous ASCII
|
||||
tags:
|
||||
- fun
|
||||
---
|
||||
|
||||
- `asciiquarium`
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Read and scroll
|
||||
tags: [ "shell", "pager" ]
|
||||
tags:
|
||||
- shell
|
||||
- pager
|
||||
---
|
||||
|
||||
The output from `tree` is too long.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "locating"
|
||||
tags: [ "basics" ]
|
||||
title: locating
|
||||
tags:
|
||||
- basics
|
||||
---
|
||||
# Type
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "ls"
|
||||
tags: [ "basics" ]
|
||||
title: ls
|
||||
tags:
|
||||
- basics
|
||||
---
|
||||
|
||||
Firstly, your `ls` is probably aliased to something.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "Quality of Life"
|
||||
tags: [ "basics", "setup" ]
|
||||
title: Quality of Life
|
||||
tags:
|
||||
- basics
|
||||
- setup
|
||||
---
|
||||
|
||||
This & That
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: "tree"
|
||||
tags: [ "basics", "tree", "markdown" ]
|
||||
title: tree
|
||||
tags:
|
||||
- basics
|
||||
- tree
|
||||
- markdown
|
||||
---
|
||||
|
||||
The `tree` utility outputs a full listing of everything in your current directory, and those below.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "yes"
|
||||
tags: [ "basics" ]
|
||||
title: yes
|
||||
tags:
|
||||
- basics
|
||||
---
|
||||
# The Best Linux Program: `yes`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user