1 parent cc07067 commit 07e7effCopy full SHA for 07e7eff
1 file changed
content/operations/linux/bash.md
@@ -6,6 +6,8 @@ aliases:
6
- /operations/bash
7
---
8
9
+{{< toc >}}
10
+
11
EOF
12
13
```bash
@@ -214,7 +216,7 @@ unalias -a
214
216
command <command>
215
217
```
218
-Вetaching a process from a session
219
+Detaching a process from a session
220
221
[Information from](https://t.me/bashdays/160)
222
@@ -267,6 +269,12 @@ else
267
269
fi
268
270
271
272
+Don’t read the ~/.bashrc and /etc/bash.bashrc
273
274
+```bash
275
+bash --norc
276
+```
277
278
## Variables
279
280
Separator
0 commit comments