remove user from group Mac Os X (El Capitan)
Bash |
https://codedump.io/share/cTDK9MF3V4bo
|
I'm trying to remove myself from the groups _developer and procmod where I accidentally added it with the following commands:
sudo dseditgroup -o ed...
5 years ago
Bash Parse JSON Objects jsawk
Bash |
https://codedump.io/share/HwfQMtMCTrWG
|
I´m trying to parse some JSON, which is the output of the Philips Hue API.
I found the tool jsawk, but somehow I´m not able to access the data insid...
5 years ago
Windows shortcut to run git bash script
Bash |
https://codedump.io/share/ABwXwkEwKVib
|
Assuming I have a test.sh script that runs a server and Git Bash installed, how do I create a Windows shortcut that I can double click to run tesh.sh ...
5 years ago
Pass script arguments as a pattern
Bash |
https://codedump.io/share/KxNFQ8em4SC6
|
I have a bash script that requires a glob expression as a parameter. However I am having trouble using inputs as globs i.e say my input is
Shell_scri...
5 years ago
Crontab won't run sed shell
Bash |
https://codedump.io/share/z7DStvRz0WkQ
|
I have a cron job to run a sed shell called sedcmd.sh to pre-process some json data. When i am in the proper directory I manually run it with
. ./se...
5 years ago
Numeric expression in if condition of awk
Bash |
https://codedump.io/share/8MeIwSvzLvba
|
Pretty new to AWK programming. I have a file1 with entries as:
15>000000513609200>000000513609200>B>I>0011>>238/PLMN/000100>F...
5 years ago
Windows curl Batch file
Bash |
https://codedump.io/share/mbVjamwrrNoq
|
I want to make a mailgun curl call using windows batch file. Since windows shell doesn't support multiple lines, how can I execute the below curl func...
5 years ago