qfedu-linux-advanced-level/day1/d19.sh

3 lines
59 B
Bash

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