saixiii.com
echo - Linux Command คำสั่งในการแสดงผลบนหน้าจอ screen - Saixiii
echo Linux Command – echo ใช้ในการแสดงผลบนหน้าจอ screen terminal ในลักษณะ text คำสั่ง 1. แสดงผล text บนหน้าจอ echo ‘’ $ echo 'test' test 2. แสดงผลตัวอักษรพิเศษ echo -e ‘’ $ echo -e 'test\ntest' test test $ echo -e 'test\ttest' test test โครงสร้างคำสั่ง echo [SHORT-OPTION]... [STRING]... echo LONG-OPTION รายละเอียด เป็นคำสั่งที่ใช้ในการแสดงผลบนหน้าจอ screen terminal ในลักษณะ text สามารถแสดงผลแบบพิเศษด้วย option…