我正在运行一个命令,这将使我们进入某种模式,而我想在该模式下运行另一条命令。
user$: config -t << using this command I entered configuration mode
user(config)$: here I want to execute another command
user(config)$: reboot (treat this command as example..)
我尝试了|
,&
,&&
,并从文件中获取了第二条命令并从该脚本中运行该命令
需要在第一个命令启动的模式下运行命令。