Skip to content

Commit

Permalink
daily update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenbin Zheng committed Oct 9, 2024
1 parent ca89b69 commit 4a3db0b
Showing 1 changed file with 39 additions and 8 deletions.
47 changes: 39 additions & 8 deletions computer/os/linux/shell/shell.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

#### Global Variable


* IFS
* PS1
* PS2

## sh
### sh

* `.`
* `if`
Expand Down Expand Up @@ -41,7 +46,6 @@
* `umlit`
* `unalias`


* `bind`
* `builtin`
* `caller`
Expand All @@ -52,20 +56,47 @@
* `set`
* `shopt`

#### Global Variable


* IFS
* PS1
* PS2
## Features

### sh

### ash

### bash

* array





MT7981> mtdparts

device nmbm0 <nmbm0>, # parts = 9
#: name size offset mask_flags
0: bl2 0x00100000 0x00000000 0
1: u-boot-env 0x00080000 0x00100000 0
2: art 0x00200000 0x00180000 0
3: fip 0x00200000 0x00380000 0
4: factory 0x00040000 0x00580000 0
5: oops 0x00040000 0x005c0000 0
6: firmwareA 0x02400000 0x00600000 0
7: firmwareB 0x02400000 0x02a00000 0
8: remain 0x02800000 0x04e00000 0

active partition: nmbm0,0 - (bl2) 0x00100000 @ 0x00000000


setenv ipaddr 10.10.0.99
setenv serverip 10.10.0.10

## ash





## bash


factcfg_sec_write c074ad2530f4 10.0.0.10

0 comments on commit 4a3db0b

Please sign in to comment.