Unix
Tag details
Welcome to the 'Unix' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Unix'.
Look up
"Unix"
at The Free Dictionary
Latest blogosphere posts tagged “Unix”
-
Sort file using 2 columns
The UNIX and Linux Forums —
Authority: 171
Hi, I am trying to sort a file first by the string column, then by the number column. file: xyz1 194532970 xyzX 94921970 xyz2 113853836 xyz13 100131652 xyz11 57609898 xyz1 43533638 xyz10 71495528 xyz4 136097630 result should be xyz1 ...7 hours ago -
ubuntu 9.10 boot problem
Overclock.net - Overclocking.net —
Authority: 585
I was tinkering inside my bios on one of my boxes Ive got set up dual booting and ended up having to reset cmos, which isnt a big deal. My problem now is once I get past grub and select to boot into ubuntu I get the two beeps and a black screen. When it was working I would get two beeps and a moment then it would ...9 hours ago -
Rails – simple problems
Savannah W-ITS —
Authority: 110
NOTE – I’m simply writing about what I find as I explore Ruby on Rails (ROR) – your mileage should vary but chances are you landed here due to a long tail search. Since I am not a Ruby or ROR expert it is quite possible for me to discover a solution or approach [...] Rails – simple problems10 hours ago -
terminal codes for data partition
The UNIX and Linux Forums —
Authority: 171
Among other critical Linux challenges terminal code looms large. Got this far and think I am right. See attachment and when I open I get Error opening file /home/allen/data1/ Permission denied could someone give me the chown code or anything else I lack allen@allen-laptop:~$ sudo mkdir ~allen/data1 [sudo] password ...14 hours ago -
Urgent Help Needed
The UNIX and Linux Forums —
Authority: 171
Hello Friends , I am a Graduate in Computers. I completed BCA degree this year. I want to make my career in UNIX. But, unfortunately I dont know anybody who can guide me. I am totally confuse because I dont know where to start and what are the future prospect in UNIX. Please give your valuable suggestions. Thanks14 hours ago -
Django with PostgreSQL or MySQL all-in-one
dzone.com: latest front page —
Authority: 169
BitNami DjangoStack includes ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite, Python and Django and required dependencies. You can download for your favorite operating system (Linux, OS X or Windows), download the Virtual Machine for VMWare and Virtual Box or deploy in Amazon or GoGrid cloud platforms.14 hours ago -
How does the PATH environmental variable work?
The UNIX and Linux Forums —
Authority: 171
Hello. I have a question about how the PATH environment variable works. I wrote a script in $HOME/bin/gvim. I want it to be called instead of /usr/bin/gvim, so Ive placed it before in the PATH. However, it is still the old one that is found. If I open an other terminal, I have the desired effect: the script in ...19 hours ago -
how does path works?
The UNIX and Linux Forums —
Authority: 171
Hello. I have a question about how the PATH environment variable works. I wrote a script in $HOME/bin/gvim. I want it to be called instead of /usr/bin/gvim, so Ive placed it before in the PATH. However, it is still the old one that is found. If I open an other terminal, I have the desired effect: the script in ...19 hours ago -
FreeBSD 8.0 press release
The UNIX and Linux Forums —
Authority: 171
More...23 hours ago -
Test command - Two square brackets
The UNIX and Linux Forums —
Authority: 171
Hello, Can someone please explain to me the following line, [[ -z $(echo $c | tr -d "\015") ]] && break I do not understand why two test square brackets are used. Thanks, Shantanu ---------- Post updated at 03:38 PM ---------- Previous update was at 03:35 PM ---------- And, also why theres a $ before ...1 day ago -
Is echo $variable >> text.txt working in MacOSX?
The UNIX and Linux Forums —
Authority: 171
Hi New at this, but want to learn more. Im trying this as an Shell Command in MacOSX; Code: newdate= echo $newdate >> /Users/ttadmin/Desktop/test.txt And it dont work. But if I just use; Code: echo >> /Users/ttadmin/Desktop/test.txt ( is an variable that one program uses.) Hope ...1 day ago -
incoherence between finger and .sh_history
The UNIX and Linux Forums —
Authority: 171
Hello, Ive a script that verifies users connections. This is the check part Code: do NEVER=$(finger $USER | grep -i Never) if [ "$NEVER" != "" ] then NAME=$(finger $USER | grep -i "In real life" | sed -e s/^.*life: //) echo $USER $NAME >> never_logged #" "$NEVER fi done and, as you ...1 day ago -
creating list of files in dir
The UNIX and Linux Forums —
Authority: 171
Hi All, I would like to do a loop on all the files with extension .out in my directory this files should be sorted alphabetically. Then I need to assign to each of them a progressive ID of three digits (maybe in HEX format?). First I tried to list manually the files as Code: ARRAY=( A-001.out B-006.out ... ) ...1 day ago -
Extracting 482/300k columns nos with respective info. listed in file2 from file1
The UNIX and Linux Forums —
Authority: 171
Hi, I have 2 files File 1: 1 2 3 4 5 6 .......etc until column 300K 1 23 21 24 12 22 1 23 21 24 12 22 1 23 21 24 12 22 1 23 21 24 12 22 1 23 21 24 12 22 1 23 21 24 12 22 1 23 21 24 12 22 . . etc until row 1411File 2: 123 955 1045 1184 2323 2328 2333 2756 3364 4377 5259 5351 5778 7632 8603 9399 9561 10469 . . . . ...1 day ago -
How to outfile contant as an input for a command
The UNIX and Linux Forums —
Authority: 171
I`m having output file which contain following no which changes every time i run script. 12 15 56 158 365 165 598 568 265 256 258 now i want to use above number from output to input as $j r=`/omp/bin/ICIC "pp:call $j,cdd 2,ccc 1"|grep -w "BU"|wc -l` $j should have above no as an input .please help.1 day ago -
How to use in linux
The UNIX and Linux Forums —
Authority: 171
Hi all: I try to set up crontab to run my script at certain time. but I had a problem. basically, my script is located in my home directory of my linux machine. before I run my actual script, I made an experiment. do: Code: crontab -e * * * * * echo `who am i` >> ~/my.txt and I got nothing ...1 day ago -
FreeBSD 8.0-RELEASE Available
The UNIX and Linux Forums —
Authority: 171
More...1 day ago -
Windows CSV file to unix csvfile
The UNIX and Linux Forums —
Authority: 171
how do i copy a windows csv file (client) to a unix csv file ie in the correct unix format?1 day ago -
Copy a windows CVS file to the unix server as a svs file
The UNIX and Linux Forums —
Authority: 171
I so desperately need a script to copy a windows csv file to my unix server and i know these should be at dummies but i have no bits. it is life & no job situation help please. thanks1 day ago -
copy a windows csvs file to the unix server as a svs file
The UNIX and Linux Forums —
Authority: 171
I so desperately need a script to copy a windows csv file to my unix server and i know these should be at dummies but i have no bits. it is life & no job situation help please. thanks1 day ago
