摘要:
os: ubuntu2310 -- 基础配置 一、基本配置脚本(~/.bashrc) 1 [wit@ubuntu:null]$ cat ~/.bashrc 2 # ~/.bashrc: executed by bash(1) for non-login shells. 3 # see /usr/sh 阅读全文
摘要:
shell: bash -- string and array 一、源文件 1 [wit@ubuntu:null]$ cat ./string_and_array 2 #!/usr/bin/env bash 3 4 5 6 7 # file_name = string_and_array 8 9 1 阅读全文
摘要:
os: ubuntu2204 -- 配置和常用脚本 一、配置(/etc/profile) 1 [wit@on:null]$ cat /etc/profile 2 # /etc/profile: system-wide .profile file for the Bourne shell (sh(1) 阅读全文