Summary: Hello, I've got a list of id's like 2300 entries.. my text of users, which is LIST.txt , is like this; 37565 24029 38421 35665 I want to pull every I...
Summary: I'm writing my first ever script so I'm a bit of a novice, hopefully this problem is simple: I need to take a number from one file, and place it in a ...
Summary: Hi, I dont quite get the idea of searching a userid in /etc/shadow as a normal user you wont have access on this file. Also if you just want to check ...
Summary: One solution is: set `cat file | cut -f1 -d'#'` x0=$1 y0=$2 t0=$3 The commands "cat init.dat | cut -f1 -d'#'" will return 10. -2. 0.02 In the cut co...
Summary: hi Can any of the awk gurus around show me how to read 2 columns from a file and load them into an associative array. I have to do this from a ksh scr...
Summary: Hello everybody. this is my first time to ask a question, anyway, I would just like to ask the experts out there if they can give me sample unix scrip...
Summary: Hi, I have a complex shell scripting requirement. 1. I need to fetch last 7 days archived log files by querying database. 2.Then I have to compare th...
Summary: I have a customer with SCO Unix and Windows . He has is a program that can create a large textfile. What he will use this program for is to create ...
Summary: i have the following code where i have to parse certain data from html and put it in excel sheet. The html is as ####################### <HTML> <...
Summary: Here is a piece of code that opens a directory and prints out the contents and counts the files. It compiles under gcc on cygwin with no errors. It ...
Summary: To give a short description what i am doing in the script is reading from a regular text file for the directory structure and changing it to another f...
Summary: sure. I do my programming in ksh so that what the examples will be written in. Below is an example of a function #!/bin/ksh function viewfiles { ls }...
Summary: Hi guys, i have a file inside file file name are stored 1 filename per line i want to open the file and read each line from the file and process it......
Summary: Hi, I have got this line in one of my scripts, md5sum $( find $directory/* -type f -print )|sort -k 1,1n >/tmp/md5sum.txt.$$ I take the directory n...
Summary: Hello. I am setting up an OpenBSD box to do NAT. It is a 486 w/ 23MB of RAM. Now, the problem that I am having is that none of the NIC cards I have tr...
Summary: Hi, I am changing 5 components in AIX-UNIX using vi editor. The issue is I need to write the following change log in all the components that I change....
Summary: Hi, I am loading the flat files into the database on UNIX. But, few records in the file are having one field extra than the definition. It is a pipe d...
Summary: Hi all, I need some help. I must read a txt file create in windows o.s. from pl/sql Stored procedure (oracle 9i) on solaris o.s.Can you help me?thanks...
Summary: I want to read in arguments from command line and store that in a variable. so I have a program call mycal, and it takes in many arguments: mycal jan ...
Summary: Routers interconnect networks over local or wide area networks and provide traffic control and filtering functions when more than one pathway exists b...
Summary: The Virtual Doctor and Computing.Net (which have been the same site for over a year) have split up due to differences between myself and the operators...
Summary: It is common (but not required) to have a "login profile script" that runs automatically when you log in, for the purpose of setting up your session e...
Summary: So, to rehash what you've told us so far...you have this file with some data and you want to pull one piece of this data from some of the records and ...
Summary: Hi, I need to be able to read one line at a time from a file and put it on the screen. I also need to be able to edit these lines if needed, and save ...