Computing.Net > Forums > Unix > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: changing col(1) command stdout buf?

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: changing col(1) command stdout buf?

Product Search Results


Results 1 - 25 of 4803

[higher confidence] - higher confidence, [lower confidence] - lower confidence

changing col(1) command stdout buf?
    Summary: Hi All, I am talking about unix col(1) command used for some reverse line filtering etc. And I notice that the stdout of this command is line buffered...

run unix command thr java program
    Summary: use the java.lang.Runtime's exec() method. this is documented at; http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html As for redirecting ou...

script for changing file names
    Summary: Hey David, All I have so far are results from a google search, which can change .jpg files to .JPG, however, I need to truncate the names. i.e. if the...

Sort problem
    Summary: I have never used the -k option with sort but in looking at the man page, it looks to me like your command should be: sort -o xxx -k 1.1,1.4 -k 2.10,2...

increase year, month,day in a loop
    Summary: First off, you are going to have to split your date ranges into something like: YYYY MM DD YYYY MM DD This will avoid awk'ing the 2 input parameters t...

control J in vi
    Summary: A neat capability of vi is to send a specified set of lines to some host command and replace those lines with the output of that host command (stdout ...

Input from file, create multi-users
    Summary: I answered my own question, sort of. I just rearranged the name_list test01 1112 staff Test Account Cr. 04/11/05 This is what I get. var1=test01 var2=...

crashing processes
    Summary: hi everyone, 1)Please help. I am working in an HP machine using Unix 11.0 and have a User Interface that monitors about 40 independent processes rangi...

Shared memory and sleep(1)
    Summary: Hi, I have a problem with the command sleep(1) in a normal C program. In this program, it stops a (child) proces wich uses shared memory, after the s...

Remove duplicated row
    Summary: We could shorten the script and make it more efficient by taking out the foreach loops and changing the while loop to this: while(<IF>) { my @co...

Max column count in AIX
    Summary: Hi, I need to find max column lenth of each column in a file. for eg. if file has col1 col2 col3 xyz abc mnopq ab pq ...

Find 5000 oldest files from folder
    Summary: Hi, I know ls will be displaying the timestamp instead of date for the files that are created with in the last 6 months. So, I changed my find command...

Replace one digit within a field
    Summary: I must respectfully disagree with you. The perl solution that Fishmonger provided in the Programming forum definitely DOES work: perl -F',' -ane '$,=...

ls help
    Summary: To include the date, change the printf statement to: printf "%11d %3s %2d %-5s %-s\n",\ $5,$6,$7,$8,subdir "/" $NF You can use it as a continued lin...

Script for diskspace, A challenge
    Summary: Here's a challenge. Write a script in c shell or perl that monitors disk space and displays a message when any filesystem goes over 85%. Exclude mntt...

cron job
    Summary: man crontab crontab Entry Format A crontab file consists of lines of six fields each.The fields are separated by spaces or tabs. The first five are i...

FTP capabilities
    Summary: Try: ftp -n hostname << EOF user myname mypasswd command-1 ... command-n bye EOF Hope it can help ...

shell script help!
    Summary: Change the 'print' commands to 'echo' commands and it will work in the bash shell on linux. -jim ...

grep help
    Summary: Colourised awk version: awk 'BEGIN {c=3};/PATTERN/ {p=c+1;$0="\033[31m"$0"\033[m"};{if (p==0 || p==c+1) {buf=buf"\n"$0;b++};if (b>c+1) {b--;sub(/\n[^\...

SCO-message:INIT
    Summary: The error is due the getty process in your /etc/inittab file which is still running and looking for ports.You can make the corresponding entry from re...

Is it possible ?
    Summary: Place this into a file called "gime" and change the permissions to execute: #!/usr/local/bin/bash grep -A32 -B9 "$*" myfile Execute it as such: gime m...

display files contents
    Summary: Hi all, I am trying to display the contents of a file, the file that i want to display the contents of is a different file every day. When i use the ...

A complicated problem :(
    Summary: Finally I found a solution for my complicated problem. :) I got the answer from other forum (in www.tek-tips.com), but I'll put the solution in thi...

Purging K shell Script
    Summary: Hi, Need to change the following command to also purge the child directories after /data/tmp within one command (recursively check for X number of day...

Exiting 2 scripts at once.
    Summary: Hi I am working on a script with a loop which calls a second script within the loop. If there is an error within the second script, I exit using 'exit...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: changing col(1) command stdout buf?

Ads by Google