xkbcomp is correctly applied but frequently reverts back

2020-07-20 Thread Budi
Why a xkbcomp correctly applied to remap keyboard frequently gets reverted back? Sometimes It'll have no affect anymore as if it wasn't ever run or applied/deployed especially after a wake-up from suspend/sleep. How to keep it fixedly persistent ?

'find' do multi path search be completed and output once at a time

2020-10-24 Thread Budi
Can 'find' do multi path search be completed and output once at a time each in merely one execution/invocation Problem is if done use -o to do the multi path search it'll show all result in immediate time e.g: find . -path *.sh -o -path *.c bash.sh bash1.sh main.c bash2.sh main1.c what ne

Re: 'find' do multi path search be completed and output once at a time

2020-10-24 Thread Budi
sh2.sh main1.c what needed is to output this, in one execution/invocation: bash.sh bash1.sh bash2.sh main.c main1.c How to solve such ? On 10/25/20, Budi wrote: > Can 'find' do multi path search be completed and output once at a > time each in merely one execution/invocation &

How can 'find' space contained search result be printed with enclosing '' if it is ?

2020-10-27 Thread Budi
How can 'find' space-contained search result be printed with enclosing '' (quote pair) if it really is ? I.e. Only if it really is a space contained path string?

To have find to not print, ie. to supress, when a condition

2020-12-11 Thread Budi
How do we have find to not print, ie. to supress, when on else condition ? find . -path '*/*t*s' \( -type d -printf "DIR:%p\n" -o -printf "**%p**\n" \) -o -print ^ The pointed out by arrow alternative -printf "**%p**\

Re: Securely wipe laptop hard drive

2021-09-26 Thread Budi
copy others to /home into another storage dev. before shredding it, put/copy back if still want use it or simply make overwriting script to replace the sensitive files in /home by good util e.g: sed -i , bash echo >, etc On 9/25/21, Jeffrey Walton wrote: > On Sat, Sep 25, 2021 at 1:40 AM j

Re: [sort] Suggestion: count keys from the end of record

2023-08-15 Thread Budi
so many did and hoped, the most recent: https://stackoverflow.com/questions/76892900/sort-text-page-based-on-5th-column-out-of-6-columns-being-troubled-with-as-the