0
votes
0answers
22 views

iPhone 'slide to unlock' terminal command

Is it possible to 'slide to unlock' an iPhone using MobileTerminal? I have scoured google and cannot seem to find a command related to this. I simply mean that I would like to unlock the phone for use ...
0
votes
1answer
39 views

Find b'' in command output?

I'm trying to find a specific string from a command output in terminal. It doesn't work however. Here is the command I'm running: check = subprocess.check_output("netctl list | sed -n 's/^\* //p'", ...
0
votes
1answer
55 views

how to use terminal commmands on qt

I am QT for a project and I want to compile and run few C++ codes on QT. I have written the following code to compile a C++ file. But I don't know how to check if the program was compiled properly. If ...
0
votes
2answers
26 views

How to sort content of a text file in Terminal Linux by splitting at a specific char?

I have an assignment in school to sort a files content in a specific order. I had to do it with Windows batch-files first and now I have to do the same in Linux. The file looks more or less like this ...
0
votes
0answers
12 views

Running binaries or benchmarks on simple scalar simulator in ubuntu

I am trying to run some benchmarks in the terminal for my Computer Architecture. Can anyone help me in putting up the commands in running the binary files/ benchmarks!
2
votes
2answers
50 views

save terminal command to file that runs command in terminal when opened

I have a series of commands that I run in terminal and I am wondering how I can store those commands in a file and of what file type so that on open of that file, in terminal, the commands run? But ...
0
votes
2answers
30 views

Open screen in terminal after user login

When a user logins to my Debian server using e.g. Putty, I need to perform the following: It will automatically execute command screen -r MyWindow, and the user won't be able to leave the screen ...
-5
votes
1answer
44 views

Break string into command and arguments in C [closed]

Does anyone know where I can find code to break a C style string into a command and arguments like the compiler does for int main()? Edit: I need it to acknowledge quotes as well
1
vote
0answers
61 views

Badly placed ()'s when creating Xquery command

So I have created the same books.xml file from W3schools. Now I'm trying to use Xquery. I started with this command: doc("books.xml") but it shows the following error: Badly placed ()'s. 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
2answers
237 views

How to find a particular folder through terminal in fedora

Presently i am using linux(Fedora 15) and i ma trying to search a folder in the entire file system like with below command find / -name "apache-tomcat*" The execution of the above command is ...
0
votes
1answer
321 views

How to locate parallel plesk 11 terminal SSH command line VPS?

I have a domain from godaddy and also purchase a VPS from them which I have to run myself. I'm trying to locate the SSH terminal to write some commands to install scripts on the server but can't ...
0
votes
1answer
19 views

Find a File and Run it using the results of the first command?

I was wondering how to use the command mdfind and use the results of that to run it: Example: mdfind -name something.jar && java -Xmx256m -jar (the results of the search)
1
vote
1answer
126 views

How to stop/cancel command in terminal?

I'm fully new in Ubuntu and because I was windows user i'm not familiar with commands. My question is, in terminal I ran this command git log It is showing a list of log but it seems because it is ...
0
votes
0answers
14 views

query related to updation by terminal [closed]

I'm unable to update or install new packages. wheneer i try to do so,it comes out with output that you have held broken packages. what could be the possible reasons and how could i remove them? ...
2
votes
4answers
55 views

What if we close the terminal before finishing the command?

Let me explain better. What is gonna happen if I run a command in Linux and before it's done and you could enter another command I close the terminal. Would it still do the command or not?
0
votes
2answers
87 views

How to make a Python script runs as trivial linux command with Distutils?

I need to run python module as trivial Linux command without worrying about the location of the file. Can I do it with Distutils? Specific about what I need. A user should do simple installation and ...
0
votes
1answer
293 views

sudo command is not working on mac os x [closed]

When run sudo command anywhere in my terminal then I get following error Zafars-MacBook-Pro:etc zafarsaleem$ sudo sudo: /private/etc/sudoers is mode 0755, should be 0440 sudo: no valid sudoers ...
1
vote
0answers
23 views

How to read in result of command processor using C? [duplicate]

Possible Duplicate: Capturing stdout from a system() command optimally I'm trying to call the function system() and read in what ever output it would produce on the command processor. ...
1
vote
1answer
172 views

Rails console does not start on ubuntu 12.04

i am using rails server without any problem ubuntu 12.04. But I wanna try some methods at console on terminal and i use rails console command. but it does not work. The output is here: ...
-1
votes
2answers
180 views

C++ running command in linux terminal I dont get it

I'm teaching myself C++ let's get that on the table. I learn best by choosing what I want to program and just doing it, the step by step hello world and so on tuts are to slow for me so that aside ...
1
vote
2answers
243 views

How do I create terminal commands in a c++ program?

I'm writing a c++ program and I want people to be able to operate it from the terminal. The only thing I know how to do is cin which, though upon receiving the program could act, I wouldn't call a ...
1
vote
3answers
78 views

Get the MySQL path

I tried googling to get the MySql path, but it was unsuccessful. Is there a unix command, where I can find the MySQL database directory path? ...
-4
votes
1answer
219 views

.“ -bash : run : command not found” [closed]

Please I am trying to run a python script on my mac (macbook air ) I got this reply " -bash : run : command not found" The command I typed was " Run phyton RemoveWinners.py" Why is this ? or what ...
1
vote
2answers
126 views

One GIT command to rule them all (gacp: git-add-commit-push)

I would really love a specialized git alias / bash function that can do the following. git add -A git commit -m "$MESSAGE" git push origin master All with a single command. gacp > My message ...
0
votes
2answers
97 views

How to modify file permissions

I made script (steamBlob.command), which deletes the file /Users/myuser/Library/Application\ Support/Steam/ClientRegistry.blob ... and another one. The code is chmod +x steamBlob.command rm -Rf ...
0
votes
3answers
64 views

Ubuntu Terminal Command [closed]

how do i create the file ~/nuser.txt, which contains the number of locally defined groups in the /etc/group file? This relates to filter command and needs to be done with 1 line answer
0
votes
2answers
336 views

how to execute a scp command with the user name and password in one line

I would like to put the password in on one line when running scp in my terminal scp user1@xxx.xxx.x.5:sys_config /var/www/dev/
2
votes
2answers
461 views

Homebrew is halfway installed. Can't re-install or uninstall - How can I manually uninstall?

I seem to have dug myself into a corner. I was halfway through installing Homebrew the first time and it got stuck. After ~15 minutes of waiting I quit terminal. My original input was what's from ...
0
votes
2answers
174 views

Stop terminal output of MySQL command line

From the terminal in Mac Mountain Lion, I'm running the following command: mysql -h localhost -u root -p -B database | gunzip < db.sql.gz It executes fine and the database is created but the ...
0
votes
0answers
152 views

Minimize window in Terminal without animation?

I've been playing around with AppleScript and Terminal commands, and I'm interested in minimizing a window without animation. For instance, I can type this to minimize Terminal: /usr/bin/osascript ...
0
votes
2answers
410 views

Python - open new shell and run command

At the moment I am running a bash command from within Python using the following method: os.system(cmd) However I need to run the command in a new shell/terminal. Does anyone know how to do this? ...
0
votes
2answers
163 views

When I type $ gcc into the mac Terminal I get a “-bash: gcc: command not found”

However, it works when I type $ gcc-4.2. Can anyone help please?
0
votes
2answers
45 views

How to edit global file installation

I just ran this line of code npm install -g csslint CSSlint seems great but I want to add the ability to prettify my css by putting in custom code. The goal is to have a command line interface ...
0
votes
4answers
177 views

Java command line compile

I recently finished a programming assignment using Netbeans and Java. When I run the program in Netbeans everything runs perfect. My issue comes when I try and run it from the terminal. I run javac ...
1
vote
1answer
647 views

sudo commands with JAVA/shellscripts

I am trying to do a simple shutdown program in JAVA and I can't believe that I couldn't find an answer to this anywhere else. I first tried using sudo in my java program: import java.io.IOException; ...
0
votes
2answers
576 views

Get the last(latest) process pid in linux

I want to get the last/latest process pid in linux.Can anyone suggest me the command to find that ? But I don't know which process has started last.
0
votes
2answers
148 views

reading a variable that is a command in the terminal

Im doing this that works fine utnso@utnso-vm:~$ read command ps -fea utnso@utnso-vm:~$ $command UID PID PPID C STIME TTY TIME CMD root 1 0 0 23:34 ? 00:00:02 ...
0
votes
3answers
119 views

What does the following Chmod command do? [closed]

I encountered a command on the following page. http://alblue.bandlem.com/2011/07/setting-up-google-code-with-git.html chmod go= .netrc Can't find it in the chmod man.
2
votes
1answer
90 views

Getting by command line the class names of a C++ library

Is there any way to find all C++ class names (or al least file names) used to make a C++ library? Similar to 'nm' command to find all methods. Thanks.
0
votes
2answers
299 views

Java - execute a program with options, like ls -l

In Java, how do I execute a linux program with options, like this: ls -a (the option is -a), and another: ./myscript name=john age=24 I know how to execute a command, but cannot do the option.
0
votes
0answers
271 views

Run Terminal Command and display output in window (Xcode 4.5 beta)

Please answer this! I need to be able to make a Terminal Interface (that runs command, shows output, and allows more commands to run) in Xcode. Thanks!
0
votes
2answers
78 views

How to change the Owner a Group of a file using the terminal?

I'm trying to change the owner of a folder (myFolder) and all its content to 30061 with this line: chown -Rv 30061 myFolder But I get this message for some files chown: changing the owner of ...
0
votes
1answer
100 views

Linux commands - invoke with arguments

Is there a way invoking a linux command with an argument? For example, When invoking "su" a password is requested, I want to paste a string in the terminal that will call su and fill the password ...
1
vote
1answer
81 views

Terminal Command Doesn't Finish

I have a command in terminal which doesn't finish. I mean it's not like "ls" which after executing finishes. I am using this command in my python code, so I need it to finish ! because I have to ...
1
vote
2answers
140 views

Pass range of files to stdin in Python

I have a list of files in the same directory that are systematically named, eg. 'test01.ext','test02.ext','test03.ext'...'test99.ext'. I want to, in Python, pass a certain range of these files to a ...
1
vote
1answer
309 views

Resuming a stopped process in another terminal window

I've executed the following C code in Linux CentOS to create a process. #include <stdio.h> #include <unistd.h> int main () { int i = 0; while ( 1 ) { ...
0
votes
1answer
160 views

Find file by extended attribute value

So I am trying to make a script that references other files. I want to be able to keep track of the file even if it moves. So I was thinking if I could assign a file a unique value then I could find ...
0
votes
1answer
228 views

How to send non-command data to the terminal from a JAVA program? [duplicate]

Possible Duplicate: How to send a string to the terminal without having it to be a standard command? I have already posted a question on this topic, but after a little while, I still have ...
3
votes
4answers
352 views

How to send a string to the terminal without having it to be a standard command?

I am writing a program in Java that needs to use terminal command to work. My function basically looks like this : public void sendLoginCommand() throws IOException { ...

1 2