Skip to content

Commit 1b72522

Browse files
committed
Add multiple tags to pages that were aliases from other tags before
1 parent 8221cac commit 1b72522

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/bash/bash_aliases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
+++
22
title='Bash Aliases'
33
date=2022-08-22
4-
updated= 2025-04-26
4+
updated = 2025-05-14
55
aliases=["/debian/bash-alias"]
66
extra = { series = "Bash" }
7-
taxonomies = { tags = ["Bash"] }
7+
taxonomies = { tags = ["Bash","Debian"] }
88
+++
99

1010
In a bash shell there is a special file provided for creating aliases to avoid directly editing your `.bashrc` logon script.

content/bash/scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
+++
22
title = "Scripts"
33
date = 2023-12-11
4-
updated = 2025-04-26
4+
updated = 2025-05-14
55
aliases = ["/debian/bash"]
66
extra = { series = "Bash" }
7-
taxonomies = { tags = ["Bash"] }
7+
taxonomies = { tags = ["Bash","Debian"] }
88
+++
99

1010
# Shebang Line

content/sql/reset_root_password.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
+++
22
title="Reset Root Password"
33
date = 2022-09-21
4-
updated = 2025-04-26
4+
updated = 2025-05-14
55
aliases=["/debian/rest-root-password"]
66
extra = { series = "SQL" }
7-
taxonomies = { tags = ["SQL"] }
7+
taxonomies = { tags = ["SQL","Debian"] }
88
+++
99

1010
The following are the commands, followed by the log;

0 commit comments

Comments
 (0)