Google Play Billing Reports – modify csv to display only specific columns
To avoid having to do manual modifications to the csv file, we can use a script ready for this. cat PlayApps_202205.csv| csvcut "," 1 2 4 6 7 14 15…
To avoid having to do manual modifications to the csv file, we can use a script ready for this. cat PlayApps_202205.csv| csvcut "," 1 2 4 6 7 14 15…
Command to list apks on device: adb shell pm list packages Command to remove apk from device: adb shell pm uninstall -k --user 0 XX where XX is the package…
In the terminal type: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf Delete the relevant wifi network block (including the ‘network=’ and opening/closing braces.
for f in *\ *; do mv "$f" "${f// /_}"; done
Short script for removing articles below X dig points. Works for main and next pagined pages. You can set own MIN_VALUE. Below the script. // ==UserScript== // @name Wykop.pl -…