#!/bin/bash [ -e $1 ] && ls -l $1 || echo "file not exist"