Search Results

Search: Posts Made By: Shellslave
160,652
Posted By complex.invoke
Tetris Game -- The Art Of Shell Programming
GitHub - deepgrace/tetris: Tetris implementation in all kinds of Programming Languages (https://github.com/deepgrace/tetris)

Usage: bash Tetris_Game [ <runlevel> [ <previewlevel> [ <speedlevel> [...
2,233
Posted By elixir_sinari
That's an inefficient usage of find. Instead of...
That's an inefficient usage of find. Instead of specifying so many paths, try:
find /opt/et/logs/Archive/ -type f -mtime +60 -name '*.log.*.gz' -exec rm {} \;
It would be more efficient to replace...
Showing results 1 to 2 of 2

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