1.commodities (goods or services) sold to a foreign country
1.sell or transfer abroad;
we export less than we import and have a negative trade balance
2.cause to spread in another part of the world;
The Russians exported Marxism to Africa
簡介 Linux export命令 功能說明:設置或顯示環境變量。 語 法:export [-fnp][變量名稱]=[變量設置值] 補充說明:在shell中執行程序時,shell會提供一組環境變量。export可新增,修改或刪除環境變量,供后續執行的程序使用。export的效力僅及于該此登錄操作。 參 數: -f 代表[變量名稱]中為函數名稱。 -n 刪除指定的變量。變量實際上并未刪除,只是不會輸出到后續指令的執行環境中。 -p 列出所有的shell賦予程序的環境變量。 參