Search Results

Search: Posts Made By: Shellslave
2,225
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...
160,010
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> [...
Showing results 1 to 2 of 2

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