0
votes
2answers
8 views

OSX: Execute same command on all files within a folder

i am using a command-line tool called TMX (https://github.com/tonybeltramelli/TMXResolutionTool) I want to execute this command on every .png file in a certain folder. How can i do that? This is how ...
0
votes
1answer
12 views

base64 encode string from a terminal?

OS X 10.8.3 C++ We have base64 encode and decode functions in our code. However, I want to base64 encode a string from my terminal and use it in my code so our functions can decode it when it needs ...
0
votes
1answer
29 views

Error when using command line to run formatting USB drive in objective-c

all. I am new mac developer. I would like to format the USB drive in using command line in objective-c. Here is some code, and it will give me error when I run it. NSTask *task = [NSTask new]; [task ...
0
votes
2answers
59 views

Mac standalone Xcode c++ command line project

I made an Xcode (Version 4.6.2) C++ command line project and I want to export it to distribute it on other macs. Preferably, I would want my export to be in a .app format but I haven't figured out how ...
0
votes
2answers
83 views

Path, /usr/bin/ and /usr/local/bin/

I installed watchr on OS X (10.8.3) using gem install watchr. And it's installed in /usr/bin/watchr $ which watchr /usr/bin/watchr However, when I tried to call it $ watchr -v, the system couldn't ...
3
votes
2answers
36 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
103 views

Sublime Text 3 .subl command

.subl returns -bash: .subl: command not found Anyone know how to open Sublime Text 3 from the command line for mac?
0
votes
0answers
36 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
48 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 ...
1
vote
0answers
51 views

Uninstalling app from iOS Device thru command line

I'm running test on an app using UIAutomation, but I need a way to uninstall the app in a device (iPhone, iPad, iPod) without using jailbreak. Currently I´m using fruitstrap to upload the app to a ...
1
vote
1answer
26 views

unable to set Environment Variable in MacOSX

I am trying to add Racket's bin to my list of environment/path variables. Here is the location of Racket's bin folder: /Applications/Racket/bin Here is what I have added to my .bash_profile file: ...
1
vote
2answers
64 views

How 1. git stash 2. git pull origin master 3. git stash apply, on a single command?

How I can do this in one command on MacOSX? git stash git pull origin master git stash apply I've tried with git stash && git pull origin mater && git stash apply and works fine.
1
vote
4answers
73 views

sed regex to extract selector from method declaration (Obj-C)

I'm converting an Objective-C method declaration to its selector, i.e. removing the parameter names and types like for this NSString method: - (void)getCString:(char *)buffer ...
0
votes
1answer
21 views

Grep for hard drive id on OS X?

OS X 10.8.2 I want to find out what /dev/disks* is for the mountpoint / So I run $ df -lak / and I get: Filesystem 1024-blocks Used Available Capacity iused ifree %iused Mounted on ...
-2
votes
2answers
86 views

SSH OSX SCP File Transfers [closed]

I am using macbook ssh terminal and generated rsa key pairs and uploaded remote id_rsa.pub with approved permissions. I can connect with remote Apache web server. I can create, open, move, modify and ...
0
votes
2answers
41 views

Command line Add retina display extension to all image into a folder

What's the command line to add a retina display extension (@2x) to all images into specific folder : Ex : eximg.png -> eximg@2x.png Thanks in advance.
1
vote
1answer
44 views

Mac OS X: How to silently start a “Command Line Tool” type of application

Using Xcode 4.6, I created a "Command Line Tool" application (let's call this toolA). In that application, I want to execute another "Command Line Tool" application (toolB). I use the system() ...
0
votes
0answers
63 views

How to start Mobile Safari from Mac command line

I'd like to open Mobile Safari with specific url from Mac command line. I'm testing web pages and I'd like to automate testing, but I'm not able to open mobile safari on ipad connected through usb ...
0
votes
2answers
76 views

MacOsX: How to launch an application (.app) from a “Command Line Tool” type of app

In Xcode 4.6, I created a new application based on the "Command Line Tool" project template. How can I programmatically start another application (.app application bundle) from that "Command Line ...
0
votes
1answer
129 views

Open file Office doc on a url through command line (Mac)

I am trying to build a Java applet that will automatically load an Office file from a url and open it with the right desktop application on Mac Os. For the moment, I am looking for the command line ...
1
vote
1answer
71 views

Supply a string variable instead of a filepath as a command line argument

I want to call OpenSSH from my app - which I am currently doing with a private rsa key filepath as an argument. I don't want to store the rsa file on disc due to security issues - is there a way to ...
0
votes
1answer
49 views

Understanding what flags to pass to the compiler

I have a program, that in XCode, compiles and runs perfectly. It's actually one of apple's example programs for CoreAudio; ...
1
vote
1answer
128 views

From RubyMine to Mac command-line app?

I'm a fairly accomplished developer, and know enough Ruby to shoot my foot from several polymorphic directions. Honestly, I have no interest in Rails and want to work with Ruby strictly as a Mac ...
0
votes
1answer
31 views

How can I retrieve the command line arguments from a program shortcut in the dock?

My question is the exact opposite of this earlier one. I am working on an open source application, which is published under 2 forms, pre-compiled binaries and source code. I installed the ...
0
votes
1answer
100 views

How to open a new chrome window with javascript window settings through the command line on a mac

How can I open a new chrome window from the terminal with properties similar to calling the Javascript function window.open('http://www.example.com', '_blank', 'toolbar=0,location=0,menubar=0'); The ...
0
votes
1answer
88 views

rlwrap mac os x install error

I am trying to install RLWrap into my mac os x (Snow Leopard), I have XCode and am able to run the ./configure command sucessfuly, however when I try the make command I get the following error: ...
1
vote
2answers
111 views

conditional keypress via command line

I have a test case I'm building up whereby I want to start or stop a timer with a keypress, but I can't figure out how to keep my routine alive... 'g' should start the timer (and continually repeat), ...
0
votes
0answers
29 views

How can I trigger the multimedia play using Python on Mac OS X?

Is there a way to programmatically click the multimedia "play" key using Python or Command Line on Mac OS X? I'm trying to build an application that based on some states/conditions will play/stop the ...
0
votes
1answer
48 views

Add files permanently on CLASSPATH

I need to add some files on my CLASSPATH so I am using the following command: export CLASSPATH=$CLASSPATH:/usr/local/lib/antlr-4.0-complete.jar Although everytime my terminal is reseted, I have to ...
0
votes
1answer
87 views

Compiling cURL for OS X 10.6.8 statically

I want to link to cURL with SSL in an XCode 3.2.6 project. I downloaded cURL-7.29.0 and uncompressed it I did: CFLAGS="-arch i386" ./configure --with-ssl=tmp/openssl/ --disable-shared ...
0
votes
2answers
131 views

Easy way to launch Python scripts with the mouse in OS-X

I'd like to write cross platform Python scripts that are GUI frontends for command line programs. The problem is I know a few Mac users who think that using the terminal will have the same effect as ...
0
votes
2answers
203 views

cakephp bake using command line in mac

i have setup the path variable in mac for cakephp to use command line baking. Everything works fine except the model gets created in a default location instead of a specific project which is just ...
0
votes
0answers
116 views

Mac Developer Command Line Tools Git Caching Credentials in Keychain

Our team recently updated the mac developer command line tools released around the same time as Xcode 4.6. Since upgrading, git is now by default caching credentials to the keychain. This posses a ...
0
votes
0answers
196 views

Trigger key bindings from the command line - Mac OSX 10.8.2

I have a shell script that creates a new site template and opens the IDE window and the browser: function site(){ if [ ! -d /Users/matanya/Sites/$1 ] then git clone ...
2
votes
1answer
116 views

Creating .dylib from C Source Code At the Command Line

Context: I have downloaded the source code for "Discount", which is a simple C program. The code is online here: http://www.pell.portland.or.us/~orc/Code/discount/ What I Need: I want to turn this ...
2
votes
2answers
127 views

Executing a command from Objective C

I want to execute a command from objective C (Cocoa framework). The command I am trying is as below. I tried with NSTask but it says "launch path not accessible" when I execute it. sudo ifconfig en0 ...
1
vote
4answers
901 views

Error while installing Jekyll on Mac OSX 10.8.2

I am new to Ruby, and relatively new to the command line. I am trying to install Jekyll to build a static site, and am having some issues. I have Ruby v. 1.8.7 and Ruby Gems v. 1.8.25 installed, but I ...
-1
votes
1answer
22 views

macports? where did it go? [closed]

Through the process of installing Homebrew I moved a file. The command I ran was: sudo mv /opt/local~/macports My guess (because my command line/linux commands are limited) is that /opt/local has ...
0
votes
0answers
137 views

mysql access denied from command-line [closed]

I'm posting something I just figured out that might help other users. I was trying to access a mysql database available through MAMP (v2.1.1) from the command-line as so: mysql -uroot -proot dbname ...
0
votes
1answer
52 views

Automating rename of video files

I have a lot of files I want to rename and it would take me a long time to do them manually. They are video files and are usually in this format - "NAME OF SHOW - EPISODE NUMBER - EPISODE NAME", so ...
0
votes
1answer
67 views

Using mount_ftp command in MacOS

I want to include a ftp share into my normal filesystem by performing the following commands: $ mkdir /Volumes/myfolder $ mount_ftp ftp://user:password@ftp.domain.tld /Volumes/myfolder I get no ...
2
votes
1answer
867 views

Is it possible to start Teamviewer, to accept connections, from commandline?

There is a question on how to start, Teamviewer from commandline, to make outward connections, however I want to start the Teamviewer from commandline (So it can accept incoming connections). Is this ...
-1
votes
3answers
92 views

How to execute a python command line utility from the terminal in any directory

I have just written a python script to do some batch file operations. I was wondering how i could keep it in some common path like rest of the command line utilities like cd, ls, grep etc. What i ...
2
votes
3answers
181 views

How can I use sed to replace copyright/license headers in my source files?

I need to replace the LGPL license header in all of my Java source files with the Apache License 2.0 header, i.e. this /* * Copyright (c) 2012 Tyler Treat * * This file is part of Project Foo. * ...
0
votes
1answer
285 views

gzip: ­c.gz: No such file or directory [closed]

I'm having a problem with the extraction of some files on Mac OS X 10.8 (fully patched). Here's the relevant output. The commands were copied directly from the OpenSSL User Guide for the FIPS Capable ...
2
votes
1answer
184 views

How can I call a Matlab function that takes text input from the command line?

I'm working on a medical robotics project that captures a series of images and then does some processing on them in MATLAB. Since a number of other things have to be done outside MATLAB, I'm using ...
0
votes
1answer
148 views

Simulate key press

I'm creating a program for mac and I need to simulate key presses but I don't know how to simulate a key press. I have done it on windows using winapi, but not on xcode. How would I go about doing ...
0
votes
1answer
56 views

Run a program in a different thread from OSX command line?

I'm developing a node.js server application. To speed up the process, I've configured my editor so it will run the current file with the command node <current_file> when I press a key. The ...
0
votes
1answer
531 views

Mac OS X socks proxy environment variable

I know it's possible to set the socks proxy server via network app and there is a Mac specific utility to set it but I prefer to just set the socks proxy server as an environment variable if possible. ...
0
votes
0answers
28 views

Is there a possibility to Build and Run a Mac target using xcode command line tool

I am trying to build and run a Mac application's target using Xcode command line tool. I know triggering a target of iPhone app is possible via iOS simulator. But is it possible to trigger a Mac ...

1 2 3 4 5