简体   繁体   English

我如何使用命令行在linux ubuntu中重置和清理终端?

[英]How i could reset and clean the terminal in linux ubuntu using a command line?

IN the terminal I put multiple variable like i=5 ; 在终端我放了多个变量,如i = 5; mn=hello; MN =你好; etc and I need to reset this variable and all change that could exist in the teminal after start a command 等我需要重置此变量以及启动命令后终端中可能存在的所有更改

How I could do this Please help me 我怎么能这样做请帮助我

I use command "reset" but not works 我使用命令“重置”但不起作用

I use 我用

   unset var 

and this solve my problem 这解决了我的问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用命令行找到Linux上的默认应用程序-CentOS / Ubuntu? - How can I find out the default applications on Linux - CentOS/Ubuntu - using the command line? 在grep中使用的Linux终端命令行变量 - Linux terminal command line variable using in grep 如何在不使用空间的情况下在 linux 终端中执行命令? - How i can execute command in linux terminal without using space? 如何在Linux Ubuntu终端中减少命令前的单词数? - How to reduce the number of words before a command in Linux Ubuntu terminal? 如何使用 Javascript 在终端命令行中传递 arguments? - How can I pass arguments in the terminal command line using Javascript? 使用Linux终端的imagemagick命令行转换脚本 - imagemagick command line convert script using Linux terminal 如何在 linux 终端控制台运行 python 脚本并继续使用命令行? - How to run python script in linux terminal console and continue using command line? 在Linux终端上插入命令后如何显示下一行? - How to show the next line after insert a command on linux terminal? 如何使用 Linux Ubuntu 终端将图像移动到不同的目录 - How to move images to a different directory using Linux Ubuntu terminal 如何从命令行打开 Ubuntu Linux 上的 AVD 管理器? - How to open the AVD manager on Ubuntu Linux from the command line?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM