Search Results

Search: Posts Made By: pyarigreat
1,770
Posted By Don Cragun
One could try something like: #!/bin/ksh ...
One could try something like:
#!/bin/ksh
destination=/destination/directory
left=3000000000
source=/source/directory

if ! cd "$source"
then exit 1
fi
ls -ltr | grep '^-' | while read _ _ _...
5,539
Posted By Don Cragun
This is a duplicate of the thread: Files by size...
This is a duplicate of the thread: Files by size (https://www.unix.com/unix-for-beginners-questions-and-answers/279159-files-size.html#post303019590)
Please continue any discussion on this topic...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy