Tagged Questions
2
votes
1answer
29 views
ln complains about no such file or directory
I'm new in shell programming on macosx and have a little problem. I've written the following shell script:
#!/bin/sh
function createlink {
source_file=$1
target_file="~/$source_file"
if [[ -f ...
0
votes
2answers
15 views
Unable to run ascript on Apple Script Editor as an Application : Pemission Denied
I am running a command do shell script on Apple Script Editor and I wan to save and run it as a application but while i am executing it ,I am getting a message Permission Denied..?? Tell me how to ...
0
votes
1answer
11 views
Can I assign the “New Window” hotkey in Mac OSX to a particular theme?
In the Mac OSX Terminal app, I want to press command-N and get a new window with the Homebrew theme. I have edited my preferences so that on startup of the Terminal app I get a Hombrew-themed window, ...
0
votes
1answer
10 views
NSTask File Path Converting Into ShellPath?
I have a Mac (not iOS) application. I want to run a shell command 'find' after the user selects a folder with NSOpenPanel. The following is what I have.
NSString *path = [url path];
NSString ...
2
votes
1answer
36 views
Automator: “run shell script” action only receives 1st line of input
I have a weird looking problem (a similar one was asked here, but I don't want to accept that Automator only pipes only 1 line into the shell script action!: Mac Automator: shell script gets only one ...
0
votes
0answers
33 views
Running Applescript from Excel 2011 VBA
Mac OS X, Excel 2011 VBA Question: I am trying to run a bash shell from an Excel 2011 macro. The command executes properly from the Mac OS X Lion 10.7.5 terminal. It also executes correctly using ...
0
votes
1answer
29 views
MAC's “say” command to MP3 [closed]
I want to read a very long text with the SAY mac's command (say -f file.txt), and to record the output to file.mp3. I thought about using ffmpeg to record all of it, but then i'll need to wait for all ...
0
votes
1answer
29 views
OSX: Packaging an applescript with an executable and having one run the other
I'm trying to package an applescript into an existing .app package, and make the applescript run the executable in the same package (which is in the /Contents/MacOS/ directory) with some commandline ...
0
votes
2answers
43 views
Using SHELL BSD “date” command for conversion to Nanoseconds?
I need to convert a time to nanoseconds, the bsd date command isn't suitable, as the best it can returns are seconds.. date +"%H:%M:%S" returns 17:33:07..
Seems there is a difference between Mac's ...
0
votes
1answer
47 views
How do I pipe only certain results from a command to another or an If statement?
I am trying to find a way to build a cron job that will log out idle users in OSX based on the last time they actively moved the mouse. OSX's built in functionality logs out everyone and only if the ...
0
votes
1answer
24 views
How do I use a command in an if statement in a Terminal Script on mac?
I am trying to write a script that will toggle between showing and hiding hidden files in Finder, but I'm having trouble with an error:
./HiddenFileToggle: line 1: [defaults: command not found
...
0
votes
1answer
78 views
How do I upgrade Bash in Mac OSX Mountain Lion and set it the correct path? [closed]
since Mountain Lion still uses the old bash 3.x, I was wondering if there is a good tutorial (or if somebody could post one here) on how to upgrade bash to the latest version. Also, it would be ...
0
votes
1answer
50 views
Inside shell script: write Python output to file works from terminal, “Input stream is empty” when running from launchd
I wrote a short shell script to write the contents of an Evernote note to a file with Geeknote, which runs under python:
#!/bin/bash
/usr/bin/python /Users/me/Git/geeknote/geeknote.py find --search ...
-2
votes
1answer
34 views
Is there a way to use “SHC” to compile shell scripts on OSX? [closed]
Does anyone know of a way to compile the shell script C compiler "SHC" for use on OSX for "encrypting" OSX bash scripts? If not, does anyone know of something similar that would work on the mac? e.g ...
1
vote
3answers
67 views
How to get default shell
We can run something like chsh -s /usr/local/bin/zsh to set a new default shell. Is there a command we can run to know what that shell is?
I don’t mean having a terminal open and running a command to ...
1
vote
2answers
83 views
Unix find script feature improvement
Below is a simple script that searches for files older than 30 days, then returns the number of files, or ZERO.
I'd like it to do the following, if possible:
exit from the loop if it finds anything ...
0
votes
0answers
8 views
list (not connected) shared drives on mac via shell [migrated]
On my mac I have shared location to my NAS, I see it in the finder.
On the shell, if I enter ls /Volumes I only get my hard disk listed but not the NAS, I need to navigate to a folder on my NAS (using ...
1
vote
3answers
34 views
Bash cannot create file
So I'm trying to create a file in bash but I get a strange error, here is my code:
touch > "application/views/scripts/"$theFile"/"awk '{tolower($theFile".phtml")}'
Error:
./zf.sh: line 16: ...
0
votes
1answer
28 views
Wallbase script error file cookies not found and sed error
I am trying to use the following script : https://github.com/sevensins/Wallbase-Downloader for wallpapers but I got the following errors :
Cannot open cookies file ‘cookies.txt’: No such file or ...
0
votes
1answer
44 views
Create file in bash + write content to it
So I want to create a bash script, I know how to create the file but I don't know how to write to that new file.I want to write some php code to that file.
Can you guys give me some examples?
The ...
0
votes
1answer
38 views
Missing results with mdfind
I have a certain set of PDFs downloaded from a free library that I'd like to search, from time-to time. For that, I'd like to use a shell script, that performs an 'mdfind' command.
Since I've got a ...
0
votes
1answer
55 views
Passing shell script variables to remote PHP file via curl
Does anyone know the syntax for this?
I have a PHP file that uses argv to turn a parameter into a variable.
If I use:
php /path/to/local/phpfile/myphpfile.php variable
that works perfectly, but to ...
0
votes
0answers
37 views
Is it possible to open a remote mac .app application from a web server?
I'd like to launch a mac application (.app) directly from a web server from a shell script.
I can launch shell scripts directly from the server using curl:
curl -s http://myserver/myscript.sh | sh
I ...
0
votes
1answer
26 views
Bash if condition
I'd like to write a bash script that looks at security list-keychains to see if there is a keychain named appledev. If there is not a keychain I'd like to create it with this security create-keychain ...
0
votes
1answer
22 views
Run c++ program multiple times with different files as input
I've got an executable that I need to run from the command line multiple times with a different file as input each time the program is run. I'm using UNIX and the files are stored in a directory ...
3
votes
2answers
33 views
Open an html page to an anchor on Mac OS from command line
I would like to open a web page to a to specific anchor.
eg:
open index.html#intro
When I try this, I can get error saying
index.htm.l#intro does not exist
0
votes
2answers
52 views
Set environment variable for the process before startup
I have the following situation:
I have Mac OS bundle with application which uses some 3rd party dynamic libraries and those libraries depend on some environment variable, let's name it ENV_VAR. I ...
0
votes
1answer
31 views
Creating a shell script to set up a folder action
Is it possible to create a shell script that can enable and set up a folder action script in Mac OS X? I need the script so that I can add it to a package to deploy to multiple computers. I have tried ...
0
votes
3answers
54 views
Unix find with spaces in filenames
I'm using the following shell script to loop through a text file, then delete anything that matches the filename there.
However, it does not work if the filename has spaces in it. How can this be ...
0
votes
2answers
67 views
shell script for listing all videos in folder and subfolders and copying them to new folder
This is to follow up on this question:
shell script for listing all images in current and subfolder and copy them into one folder?
which suggested using:
file . -type f -name \*.m4v | xargs cp -t ...
0
votes
0answers
72 views
Mac OS X app bundle for shell script doesn't works
I just did a app bundle like it's shown on this blog, but the app is not working. It looks like it will open (the OS X effect of the app opening) but then nothing happens, no window, no process, ...
1
vote
2answers
37 views
sed multi-line replacement with line merging
This may be a bit complex, but here it goes:
Assuming I have an XML that looks as follows:
<a>
<b>000</b>
<c>111</c>
<b>222</b>
<d>333</d>
...
0
votes
2answers
41 views
using 'sed' to replace the first occurrence of an open/close XML tag with another tag name
provided I have an XML that looks as follows:
<a>
<b>...</b>
<c>...</c>
<c>...</c>
<d>..</d>
</a>
How can I tell sed (on a mac) to ONLY ...
1
vote
0answers
69 views
Launchd script running but output is missing (Exited with code: 2)
I am trying to execute a script about every minute using launchd
I added a new launchd job plist that looks like this
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC ...
0
votes
0answers
35 views
Postgresql status on local Mac Osx machine [closed]
How do I check which version of postgresql is on my mac? and how do I update it to the latest one?
Since I have a higher than 10.7 Mac, I expect to have it preinstalled as mentioned here: ...
0
votes
2answers
46 views
Filter “bad path” results in mdfind
Okay, so I have a script that is running a command to get a list of file-names, however some of them might not actually exist. What I'd like to do is filter this list through a pipe and remove any ...
0
votes
1answer
31 views
Bash eating stderr output
I'm calling a command line tool we wrote from bash on OS X and I have the problem that I don't get the stderr output but only printf's written to stdout.
That's my call:
echo "someInputString" ...
0
votes
2answers
53 views
Mac installing libraries using the terminal
I have researched this and found answers on SO on this topic yet remain confused.
Trying to get started with Git. I'm new to shell scripting too so hopefully after this I'll be more familiar with it.
...
1
vote
0answers
35 views
Lightweight event wrapper for the terminal
I believe this is the realm of the ncurses library. I'm trying to avoid having to get down and dirty with it though.
I'm looking for a program that I can configure to run a command while performing ...
1
vote
2answers
92 views
Mount command failing on 10.7.5
I have a shell script that mounts an smb share. It works perfectly on all macs with every OS revision except 10.7.5
The offending command is simply:
mount -t smbfs -o nobrowse ...
1
vote
1answer
58 views
Control a pager (like the less program) from an extenal (parent) script
In this question I am exploring how to go about monitoring my project directory for changes so that I can keep a terminal that shows an always up-to-date git diff so that I can skip typing git diff ...
0
votes
1answer
117 views
Script for Automator service to remove carriage returns and replace with them comma and space within application
Using automator I'd like to create a service that allows me to take a list
EX.
list item 1
list item 2
list item 3
list item 4
and remove the return Carriage returns and replace them with a comma ...
0
votes
1answer
47 views
how to remove all subfolders except ones with foldername X using Terminal [closed]
What is the best way to remove all subfolders except ones with folder name X and Y using Terminal.
0
votes
3answers
47 views
Remove package identifier file during installation
I'm a newbie in OSx development.
I'm creating an installer package using Packagemaker 3.0.4. Since I want to remove the local settings of my app during installation, I decided to remove the ...
2
votes
2answers
86 views
Why doesn't C print to shell until newline?
In C, sometimes my output will not get printed to Terminal until I print the newline character \n. For example:
int main()
{
printf("Hello, World");
printf("\n");
return 0;
}
The Hello ...
1
vote
2answers
98 views
Script to Open URL as HTTP POST request (not just GET) in web browser
How can I open a URL from the command line script as a POST request to a URL? I'd like to to do this on Linux, Windows, and MacOS so a cross platform way of doing this
For each of these I can open a ...
1
vote
1answer
29 views
Carbon equivalent of NSTask?
OS X 10.6.8, Carbon, C++ app.
I want to run a command from a shell and get back the result as a string to then use as a parameter to another function.
df / | tail -n +2 | awk '{ print $1 }'
But I ...
0
votes
1answer
272 views
SQLite3 upgrade on Mac
I used the following to upgrade SQLite 3 on 10.6.8. I now have version 3.6.12 installed in /usr/bin/ and version 3.7.14 installed in /usr/local/bin/. Was this the best way to install it?
mkdir ...
6
votes
2answers
2k views
coffeescript install
I can't install CoffeeScript on my Macbook. The same commands works just fine on my iMac.
$ surganov:~ surganov$ sudo npm install coffee-script -g
npm http GET ...
127
votes
7answers
74k views
Mac OS X Terminal Colors [closed]
I'm new to Mac having just got one after working with Ubuntu Linux for some time. Among the many things I'm trying to figure out is absence of colors in my the terminal window - like the ones that are ...



