請問 shell script - Linux

Table of Contents

#!/bin/bash
echo -e "that's funny"
find -type f -size +2048k -exec ls -la {} / >> log_manager.sh\;


--

All Comments