Search Results

Search: Posts Made By: gelitini
Forum: Linux 08-15-2008
2,468
Posted By gelitini
Hey, Thanks reborg for answering my question. ...
Hey,
Thanks reborg for answering my question. I just have one more. What about the fifth number? I rebooted my computer and actually saw 2.6.25.14-105.

So, Kernel release is 2, major kernel...
Forum: Linux 08-14-2008
2,468
Posted By gelitini
Does anyone know what the name of the linux kernel means?
If I remember correctly the latest Kernel update I got was Kernel 2.6.11-97 or something like that. So if I'm correct, the first number is the actual version of the kernel and the second refers to...
2,049
Posted By gelitini
calling multiple terminals
I'd like to write a script that will call n number of terminals that will all ssh to X-server and automatically enter the same password.

Unfortunately I'm not exactly sure what kind of commands...
14,876
Posted By gelitini
If anyone is interested in answering this...
If anyone is interested in answering this question, I'd like to know how to do it too.
2,250
Posted By gelitini
How do I assign values to variables made in a script?
How do I assign values to variables made in a script?

e.g.
for ((x=0;x<=5;i+=1)); do
Xm$i=$var
done
6,923
Posted By gelitini
inserting a new line in a file
I'm sure you guys have answered this elsewhere but I can't seem to find where so here goes.

#!/bin/bash
n=120
a=$(sed '120q;d' energy.xvg)
while [ a != exit ];do
a=$(sed $n'q;d'...
Forum: UNIX and Linux Applications 07-04-2008
2,395
Posted By gelitini
trying to install Fedora 9, know any good image burners?
Hey, I'm downloading a DVD image for Fedora 9 onto a windows XP environment. I want to burn it to a DVD of course and then install the operating system on a partition of my laptop. My question is,...
7,325
Posted By gelitini
I'd also like to add that I want to be able to...
I'd also like to add that I want to be able to find the nth line in a file where n is a shell variable.
7,325
Posted By gelitini
how do I filter for a specific line in a file?
It seems like it should be very simple to have a command like grep return a specific line from a file but I can't find anything in the man pages to make grep search by line. I've looked in cat as...
1,434
Posted By gelitini
thanks
thanks
1,434
Posted By gelitini
awk script
I've got a file that has three columns of numbers, lets call them x, y, and z. I to take that file and write a file that has two columns where on column is simply x and the second column is y*z. ...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 04:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy