Pretty nifty! That way you can quickly see which folder contains the most junk so that you can free up some hard drive space. To sort it I don't know how to reformat it into human readable values but there's the command: peterbe@trillian:~/tmp $ du --max-depth=1 | sort -n 4 ...
find ./path/ -name'*.txt'-execrm'{}'\; # To find files with extension '.txt' and look for a string into them: find ./path/ -name'*.txt'| xargs grep'string' # To find files with size bigger than 5 Mebibyte and sort them by size: find . -size +5M -typef -print0 | xar...
[0-0] 2023-02-02T18:50:00.696Z INFO webdriver: COMMAND findElement("css selector", "#my_button") [0-0] 2023-02-02T18:50:00.697Z INFO webdriver: [POST] http://127.0.0.1:4723/session/be6772c5-f3fc-4e1c-b5cb-8ae3d9f26a51/element [0-0] 2023-02-02T18:50:00.697Z INFO webd...
in execute_command return await super().execute_command(*args, **options) ^^^ File "/usr/local/lib/python3.11/site-packages/redis/asyncio/client.py", line 513, in execute_command conn = self.connection or await pool.get_connection(command_name, **options) ^^^ File "/usr/local/lib/pyt...
-Run a commandforeach file (use {} within the command to access the filename): findroot_path-name'*.ext'-execwc-l{} \; -Find files modifiedinthe last7days and delete them: findroot_path-daystart-mtime-7-delete -Find empty (0 byte) files and delete them: ...
did you find any work around for this issue. Yes but it's not pretty. I had to create my own JsonConverter and pass it to JsonConvert.SerializeObject. For my use case, I wanted to log the contents of an object that contained data for executing a command or query, which I called the...
I could have one script as well installing and set everything in 10 steps, instead of 125 layers, but layers have cache and etc.. are more useful. I find this 125 layer limitation stupid, maybe because I don't understand it and it is not documented 👍9 ahh-docker commented on Nov ...