#!/bin/bash if [ -n "$1" ]; then file= ls /etc/apache2/sites-available | grep $1 if [ $file ="true" ]; then cd /etc/