Bash Script
Sed: Cümledeki bir kelimeyi değiştirmek
Örnek cümlemiz: Microsoft sells you Windows, but Linux gives you the whole house. Cümlesindeki Linux’u \s-2Linuxs0\ olarak değiştirelim. Maksadımız komut satırında SED kullanımına örnek yapmak. ~$ echo “Microsoft sells you Windows, but Linux gives you the whole house.” | sed ‘s/Linux/\\s-2&\\s0/g’ ~$ Microsoft sells you Windows, but \s-2Linux\s0 gives you the whole house. Linux yerine […]
RedHat: /bin/bash bad interpreter: No such file or directory
vi ile dosyayı açın: :set fileformat=unix komutunu girip kaydedip çıkın. artık çalışacaktır.