bash tambahkan teks untuk mengajukan
echo "hello world" >> my_file.txt
Crazy Caterpillar
echo "hello world" >> my_file.txt
echo "some text or code or input here here" >> destiny_file.txt
for file in *.shp; do echo $(basename $file .shp)_poly.shp; done