mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 07:54:21 +01:00
Remove: duplicated title for shebang post
This commit is contained in:
parent
7e26eaf70f
commit
2024a0daca
1 changed files with 1 additions and 7 deletions
|
@ -1,21 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Shebang #! Tutorial In Linux"
|
title: "Shebang #! Tutorial In Linux"
|
||||||
description: ""
|
description: ""
|
||||||
|
|
||||||
date: 2022-05-25T12:50:05.057Z
|
date: 2022-05-25T12:50:05.057Z
|
||||||
lastmod: 2023-01-03T16:39:00.682Z
|
lastmod: 2024-09-11T21:10:00.957Z
|
||||||
|
|
||||||
image: /images/blog/shebang.jpg
|
image: /images/blog/shebang.jpg
|
||||||
|
|
||||||
draft: false
|
draft: false
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- Cheat-Sheet
|
- Cheat-Sheet
|
||||||
|
|
||||||
slug: shebang-tutorial-linux
|
slug: shebang-tutorial-linux
|
||||||
---
|
---
|
||||||
# Shebang #! Tutorial In Linux
|
|
||||||
|
|
||||||
In computing and Linux the shebang is a character sequence that consists of `#` and `!`. Simply the shebang is expressed as `#!`. The shebang is also called sha-bang, hashbang, pound-bang, and hash-pling. The shebang is used to specify an interpreter for script files. Linux is popular with its script files and scripting languages like Bash, ZSH, Python, Perl, PHP, etc. The shebang is used to specify the interpreter type and location. When a script file is called the first line contains the shebang with the interpreter path.
|
In computing and Linux the shebang is a character sequence that consists of `#` and `!`. Simply the shebang is expressed as `#!`. The shebang is also called sha-bang, hashbang, pound-bang, and hash-pling. The shebang is used to specify an interpreter for script files. Linux is popular with its script files and scripting languages like Bash, ZSH, Python, Perl, PHP, etc. The shebang is used to specify the interpreter type and location. When a script file is called the first line contains the shebang with the interpreter path.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue