3
votes
2answers
30 views

sendto() dgrams do not block for ENOBUFS on OSX

This is more of a observation and also a suggestion for whats the best way to handle this scenario. I have two threads one just pumps in data and another receives the data and does lot of work before ...
-3
votes
1answer
37 views

Create a new file based on matching between two files

I am having two files First file is in this format. Each line starts with unique id (in this case P22465) P22465 DB DB; EC.31.1.1; the annexin (annexin) group. Second file is in this ...
0
votes
0answers
40 views

Unix '$ ls -a' Command Not Showing All Files or Directories [closed]

I'm using Mac OS 10.8.3. In Terminal, from Users/*currentuser*/Library/WebServer I noticed the ls -a command is not bringing up all the directories and files in the WebServer folder. When I change ...
0
votes
2answers
54 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
76 views

How to restore Sublime Text settings & preferences and undo the symlink created in Dropbox?

How can I restore Sublime Text settings & preferences and undo the symlink created in Dropbox? I cannot access the Sublime Text 2 Preferences on my machine after creating symlink on Dropbox. ...
0
votes
1answer
55 views

UNIX: List files in directory with relative path

The question is: What command would you use to list the text files in your fileAsst directory (using a relative path)? The previous question was: Give a command to list the names of those text ...
-1
votes
1answer
24 views

how to increase the xset rate on mac os? [closed]

I want to increase the speed of the cursor in vim (installed via homebrew, not vi or macvim). I'm not talking about the motion keys to speed the navigation speed of the programmer, rather the cursor ...
1
vote
2answers
93 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 ...
1
vote
0answers
33 views

vsnprintf equivalent for wide strings on Posix based systems

On Mac OS X (most UNIX based systems), vsnprintf return the number of characters printed (not including the trailing '\0' used to end output to strings) OR if an error occurs it returns the number of ...
-1
votes
2answers
41 views

How to add text to the beginning of all files in a folder? [closed]

I have a folder with 1,000 small text files in it, and I need to modify the files and add 7 zeroes to the beginning of every one. After I do this I'll be able to cat them all together. Is there an ...
0
votes
1answer
23 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 ...
0
votes
0answers
12 views

'nice' does not work, even when using 'sudo'. “Permission Denied” [migrated]

I am attempting to set the priority on an application to be higher, but I keep getting 'permission denied' when attempting to do som even as the superuser. From the Terminal: Alexandsteins-Macbook:~ ...
0
votes
0answers
52 views

How to access Unix root or /usr directory using Mac OS X Finder point-and-click interface?

From the Terminal application window, where I enter Unix commands: $cd /usr $pwd /usr Is it possible to navigate to this /usr directory and access it like any other folder, using the Mac OS X ...
0
votes
0answers
80 views

Make Sleepwatcher daemon run on display wake - OSX 10.8.3?

I have installed Sleepwatcher using Macports on my 10.8.3 computer, following this guide pulled from this post (https://discussions.apple.com/message/17966344#17966344): MacPorts is one of the ...
1
vote
2answers
50 views

secondary binary tree insertion segmentation fault

After checking for whether the node is null in bst, I get a segmentation fault when I try to assign values to members of bst #include <stdio.h> #include <stdlib.h> typedef int Data_Item; ...
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 ...
0
votes
1answer
177 views

chown illegal group name (mac os x)

I'm trying to run the following command in Terminal: chown -R couchdb:couchdb /usr/local/var/log/couchdb However, I keep getting this message: chown: couchdb: illegal group name I am using mac ...
0
votes
1answer
17 views

How to include spaces in file names in GForth (GNU Forth)?

When I tried including a file on Unix (and Windows) it won't work when it includes spaces. For example, these won't work: include ~/Space Folder/test.fs include ~/Space\ Folder/test.fs include ...
6
votes
3answers
101 views

How does Terminal read from stdout and draw the text on-screen?

I have a general question about how the terminal and processes work. From any process, if I write to stdout (i.e. file descriptor 2), it gets drawn on the terminal window. My question is, how is this ...
0
votes
0answers
73 views

Need help getting pygame to work on Mac 10.6.8 in python 3.3 vs 2.6

First, let me state that I am a noob hobby programmer only, so I am struggling with understanding the terminal, what bash is, etc. Feel free to explain like I'm a 5th grader! ;-). That being said, I ...
3
votes
2answers
76 views

Create “virtual” OpenGL context in linux

How do I create an OpenGL context in my program (C++) which will be used purely internally? That is, it will render a scene, then I will grab the pixel data to use in the rest of the program (saving ...
1
vote
1answer
66 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
3answers
95 views

Real-time git diff

I typically like to type up my git commit messages while looking at the git diff. I very much enjoy the output produced by this little perl add-on to git, and produces output that looks like this ...
0
votes
2answers
68 views

How do I delete this '# … #' Emacs File? [closed]

There is a file in my home directory that is called #snake#. I want to remove it but none of the regular remove commands will work. How can this "file" be removed without causing any damage, and what ...
0
votes
1answer
57 views

Modifying /private/etc/paths did not change $PATH after a reboot

On a rMBP here. I'm not sure what the script is that is responsible for doing this. Basically I want to add the path to python utils to the $PATH... For example, I brewed python brew python in order ...
2
votes
4answers
131 views

How should functionality that requires root privileges be added to a Common Lisp library?

Original Question I'm trying to create a Lisp library that can, among other things, edit my system's /etc/hosts file and nginx configurations. The problem I'm facing is that, because my Lisp image ...
0
votes
3answers
159 views

Issue launching X11 app via NSTask

My app uses NSTask to execute shell scripts, one of those scripts launches an X11 app (specifically meld). I would have expected this to work: #!/bin/bash source ~/.profile # ...
1
vote
1answer
25 views

Building library from source files in Unix-like OS

When building any library from sources files, is it possible to set the place where I want it to be installed? I have read about some prefix flag, but I was wondering if all aplications have that ...
0
votes
3answers
80 views

Why does this Python Function create a Unix Executable?

I am creating a primitive socket server to teach myself more about networking. In my attempt to create it, I have decided to try to create a "chat log." My plan is to have the server backend script ...
0
votes
1answer
55 views

Using find and grep to Mimic findstr Command [closed]

I recently switched from a Windows development environment to an Apple development environment. The move has been a challenging process, but I'm struggling with picking up UNIX based commands in ...
-1
votes
1answer
34 views

How can I use bash to search inside folders for a specific filename, and then copy the folder if the files match the string? [closed]

I am trying to get bash to do this: Look on a volume for any files with "Notes" in the name, and if it finds them in a folder, copy the folder (with its contents of the matching files) to another ...
0
votes
3answers
48 views

issues with sed on Mountain Lion

I am trying to delete a line on a file that looks like this: test 1800 IN CNAME mydomain.com. I am using sed on Mountain Lion and I am trying the following but I keep getting no errors, however the ...
0
votes
0answers
65 views

Is it possible to have an Xcode built cocoa application output a Unix executable file?

I have a simple CLI tool (the product of which is a Unix executable file) that I have built that I would like to make customizable via an OS X app. Would it be possible for me to allow the user to ...
0
votes
2answers
158 views

mac osx ln command: linking directories mac osx with alias or symbolic link?

I have a tool (EVEHQ) on my bootcamp windows xp installed. I'm running parallels to use the application. works great. Problem is the application has a hardwired (binary) directory path it uses to ...
1
vote
0answers
56 views

Why does my app have so many page faults?

I've got a mac/cocoa app that runs permanently in the background (it puts a non-interactive widget on the desktop). After running for a long time (days), the top command says it has made over 600 ...
0
votes
0answers
88 views

Change MAC address on OS-X 10.6 doesn't work [closed]

sh-3.2# whoami root sh-3.2# users ESe sh-3.2# uname -a Darwin ESe 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386 sh-3.2# id uid=0(root) ...
0
votes
1answer
66 views

Killing Application Window with Bash/Terminal

I'm trying to close an open window in Preview by using the terminal. Everything that I have found on the internet suggests using AppleScript instead, but I cannot do such since the plist option does ...
0
votes
2answers
25 views

How can I find all versions of an executable on my system?

I'm working with Eclipse and Subclipse and am trying to do some more advanced svn actions from the command line. But it appears that the command line and eclipse are using different svn clients. How ...
0
votes
2answers
71 views

how to properly setup my git $PATH on my mac (I did, but need to undestand how it really works)?

I installed GIT from the site on my mac, but git --version gave me the old installation (I guess xcode installation). So I solved doing this: create a ~/.bash_profile file write: export ...
0
votes
1answer
39 views

Why does the automake program seem to have strange lookup precedence on osx?

I have my own program called automake which I originally wrote on an Ubuntu machine and recently wanted to get working on my machine running OSX Lion. I've compiled it up, copied it into my ...
0
votes
1answer
45 views

For what reason there is PlatformID.MacOSX?

Environment.OSVersion.Platform returns a PlatformID (Info: MSDN PlatformID). This PlatformID's value can also be "Unix" or "MacOSX". My question is - for what reason are these values implemented? I ...
0
votes
3answers
58 views

How can I tell if a directory from “ls” is a symlink?

I am using Mac OS X terminal. How can I tell if a directory returned by "ls" is a symlink or the actual directory? If it is a symlink, how can I inspect where it is linking to, or modify it? I ...
0
votes
2answers
76 views

“ps aux” works but “ps -aux” doesn't

This might seem like a silly question but I've never gotten an an This website states that the dash is optional in ps aux However, ps aux works but ps -aux brings up the error no user named 'x'. ...
0
votes
0answers
24 views

Java Encrypted SQLite Db [duplicate]

I'm looking for a way to create/open SQLite Databases in Java. I have found numerous questions and answers on this site that attempt to address the question, but that don't to my satisfaction. I want ...
0
votes
1answer
47 views

Memory used by a long running process on OS X

I want to ensure that a long-running number crunching algorithm doesn't use too much memory. The algorithm is written in C++ and runs on OS X. A drastically simplified version is: int main() { ...
0
votes
2answers
114 views

How to export dot separated environment variables

Execution of user@EWD-MacBook-Pro:~$ export property.name=property.value Gives me -bash: export: `property.name=property.value': not a valid identifier Is it possible to have system properties ...
1
vote
1answer
83 views

Does csplit on OS X not recognise '$' as end-of-line character?

(I'm using Mac OS X, and this question might be specific to that variant of Unix) I'm trying to split a file using csplit with a regular expression. It consists of various articles merged into one ...
0
votes
1answer
102 views

Remove all user accounts via command line or script on a Mac [closed]

I was wondering if it's possible to remove all user accounts via the command line except for the currently logged in user account? I used some software to take a snapshot to understand what's being ...
0
votes
1answer
33 views

Building Program-Specific Shortcuts in UNIX [closed]

I have a program, called carmel, which I can run from the command line via: carmel -h or whichever suffix I chose. When loading a file, I can say: carmel fsa1.fst where fsa1.fst is located in my ...
0
votes
2answers
309 views

writing a script in terminal to move files from sub folders to a parent folder

I have a parent foloder X that includes sub-folder X1 , X2 and X3 .... each of these sub-folders include music files. I would like to move thes files to the main folder X and delete the sub-folders ...

1 2 3 4 5 10