🢐🢐 Index ‖ 🢐 Previous Page | Next Page 🢒
[-] Appendix A1 - Configuration Script Interpreter
@<Command>
Prefixing a command with an @ symbol suppresses the command echo in the console. This has the same effect as setting the cv_echo variable to false.
Input: echo "Hello World"
echo "Hello World"
> echo "Hello World" Hello World
Input: @echo "Hello World"
@echo "Hello World"
Hello World
Deleting the wiki page "Command Echo Suppression Operator (@)" cannot be undone. Continue?