0
votes
0answers
32 views
Cashier/Stock Control/Product Management Free Software [closed]
Hi all do any of you have done, or know of a cashier software made in C/C++(preferably C because I suck at C++) using SQLite and linux. It needs to operate in a shell environment.
…
0
votes
5answers
47 views
Getting started with cronjobs on a Mac.
I'm trying to get familiar with cron jobs, and I think I get the basic idea (scheduling, syntax, etc), But, I can't seem to get it right on my mac with Terminal - where exactly do …
0
votes
0answers
40 views
In Ubuntu OS, my “arrow keys” are not arrow keys. [closed]
Instead, they give A, B, C, D
I am using vi.
0
votes
3answers
48 views
terminal sudo command
Hello, I'm a complte novice at this (terminal in Mac leopard) and hoping to get an lifeline from the web as i've certainly hit a wall. I want to run a script as a root in terminal. …
0
votes
1answer
36 views
How do i change the color of the font for the current directory in M-x term?
Normally when i need to change the color of a certain element in emacs, i would do a M-x describe-face which will eventually bring up a customize buffer to change it. In the emacs …
0
votes
1answer
33 views
Terminal Command Mac Alter table SQLite3…
What is the terminal command, or where is a good resource to get them, to alter a table. And, do I need to re run the $rake db:migrate after I do this? I am running RoR on Snow Leo …
0
votes
1answer
25 views
mysql command line. Empty set, 1 warning (0.01 sec)
How do i view the warning(s) after a SELECT query? The results of one query is
Empty set, 1 warning (0.01 sec)
I am using mysql via command line on linux.
1
vote
3answers
146 views
Opening a new terminal tab in OSX(Snow Leopard) with the opening terminal windows directory path
Hi all.
I've been Googling for a while looking for a simple way to do this, and I can't find one.
I have a custom terminal environment set up (zsh) with various aliases and funct …
0
votes
2answers
26 views
Can one highlight tab characters in the terminal?
Using terminal sequences, I can colour text in a terminal emulator:
$ echo -e '\e[37;41m--this is white on red--\e[0m'
And this works.
The following prints a red rectangle, i.e …
0
votes
3answers
63 views
Launching server emacs from shell
I'm in a class that uses an implementation of Emacs on a school server. I'm on a mac running snow leopard, and I have my own implementation of Emacs on it. To access the server-Ema …
0
votes
3answers
74 views
Count occurrences of a char in plain text file
Is there any way under linux/terminal to count, how many times the char f occurs in a plain text file?
1
vote
2answers
68 views
graceful degradation for globbing on terminal
Whenever glob pattern match fails, it stops the whole job. For instance,
$ mv *.jpg *.png folder1 && blahblah
mv: cannot stat `*.jpg': No such file or directory
*.png is …
2
votes
1answer
80 views
Getting Emacs to respect my default shell + options
I'm trying to get my Emacs shell to mimic that of my standard terminal sessions. Basically I would like it to respect the same PATH as well as the command prompt.
So far I have a …
0
votes
2answers
84 views
Cocoa/Objective-c ‘system();’ acting weird
I'm trying to run an applescript inside my Cocoa app using the system(); function - the string I'm passing to the function works in terminal and the applescript itself is fine, I t …
1
vote
0answers
46 views
display pdf content in terminal (just like using less with txt) [closed]
hey,
I was just wondering if there is a way to display content of a pdf file inside terminal, you know just like doing 'less file.txt' but with pdf files.
