sh 从命令行将变量导出到bash配置文件的简单命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 从命令行将变量导出到bash配置文件的简单命令相关的知识,希望对你有一定的参考价值。

# Add export to the end of the .bash_profile
echo "export ALIAS=/some/path" >> ~/.bash_profile

# Reload Bash profile
source ~/.bash_profile

以上是关于sh 从命令行将变量导出到bash配置文件的简单命令的主要内容,如果未能解决你的问题,请参考以下文章

如何在命令行将文件从远程服务器移动到 s3

sh 通过命令行将文件发送到带有curl的snappass

使用 bq 命令行将文件从 GBQ 提取到没有 csv 标头的 GCS

使用Windows命令行将多行环境变量回显到文本文件

bash配置文件

如何将多行输入从标准输入读取到变量中以及如何在 shell(sh,bash)中打印出来?