diff --git a/.bash_aliases b/.bash_aliases index c50f532..17ce87e 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -173,6 +173,7 @@ swp () { # Move all files from a source directory to a target directory mvf () { find "$1" -maxdepth 1 -type f -exec mv {} "$2" \; + ll $1 } # +-----+