Computing.Net > Forums > Unix > Search Results

Quick Links

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

Sponsored Results for: prepend all CSV files in directory

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: prepend all CSV files in directory

Product Search Results


Results 1 - 25 of 7007

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

prepend all CSV files in directory
    Summary: Situation: I have a directory called ABC which contains multiple CSV files. In each CSV files there are multiple records for e.g. a coat hanger, a pla...

Comparing all files in current dir
    Summary: hie there, i would like to know how do i compare files in a current directory? i don't want to compare just 2 files with the diff filename1 fil...

Count # of codes in directory
    Summary: Hi there, Need help here. In Unix,is there a way to coutn the total number of lines for all the files in a given directory? I know there is a comand ...

Script to process/search a csv file
    Summary: I want to write a csh script to search files "Scan_ddmmyy.csv" placed in a directory. The program should look for EXCLUSIVE flags in the 6th, 7th & 8t...

Delete all files in sub-dir +10 old
    Summary: Please help... I need to delete files in all sub-directories that are more than 10 days old or delete all sub-directoires (entire directory) that's 10...

find files in current dir ONLY
    Summary: Arne: If you don't have maxdepth, try this: # find all on one line find . -type f|awk ' gsub("^./","") '|egrep -v "/" provided you execute find in the...

How to generate xls file in unix
    Summary: I don't think you can generate an xls file from unix. You spool a flat file and the file name should have .csv (comma delimited). Also, each columns ...

rename all files with an extension
    Summary: How do I rename all the files in a particular directory with the file extension .UNC for uncompressed. They are compressed and have a .Z extension bu...

script to remove some lines in all
    Summary: Hi everyone, I am trying to remove some lines from all the files in a directory, for example I am looking at the fields 25-27 and if it is 19 I am tr...

delete files in specific directory
    Summary: i have a directory "ABC" with lots of old files and sub directories in it. the issue now is i want to delete away files which are older than 15 days i...

Merging files in a directory
    Summary: Hi, I want to merge files in a directory which are created on the same date into a single file using ksh. Regards Karthikeyan R...

how to show the tail of all files.
    Summary: hi.. im trying "tail *" to show all the tail entries of all the files in a directory, but it doesn't work. I have tried "ls | xargs tail" and "tail `l...

find duplicate files
    Summary: Aki: To answer your first question: It's not accurate to say it "compares each file with the next file". It compares a file, call it filea, with the ...

Check for new file, exec sql*plus
    Summary: For every 15 min, I would just put it in cron (no sleep loop).  Before putting in cron, do your testing by running it manually (a single execution ea...

Writing batch script to delete files
    Summary: Hello I need to write a simple batch script to delete all the files in a particular directory which are older than 24 hours. Sound simple, but to a n...

Link files in Unix
    Summary: Does anyone know if there is any way to create a file link in a common directory that points to a file in a users home directory. e.g.: /export/home/u...

passing files as argument
    Summary: Jim, Think my question is not clear, let me put it in other way.. In /home/files I have 2 files GMS.txt and AMS.txt I've my script /home/scripts/c...

reading from a file in unix
    Summary: I have a question.. what if you have a file having numbers every line and you have to get the total of all the numbers in the file? How will you do th...

find a file in a directory
    Summary: #!/bin/sh for file in `find . -exec grep -l IS314.1 {} \; ` ; do cat $file >> /u2/dbms/MHCDATA/DWNLD/IS312.1 # you may have more than one occurance. ...

batch files in Unix from Telnet
    Summary: I need a batch file that contains input data from a program that asks for this data using multiple prompts. So I guess I just need the initial line ...

Finding 5mnts old Files
    Summary: Hi: As Wolfbone shows us, ksh won't solve this problem without some help. Perl has a stat command that returns file statistics similar to the "C" pro...

Limit directory size script
    Summary: Thanks to all in advance I was wondering if anyone had a script that could be ran every few hours that would LIMIT the size of a directory. Here is th...

How to copy a file in Telnet
    Summary: How do i use the "get" command in telnet to copy a file or directory which i created? ...

copy recursively a directory (only
    Summary: copy recursively a directory (only one kind of file) --- hi! I would like to copy recursively a directory and its contain... but only a certain type o...

Opening large log files in unix
    Summary: Many implementations of vi set the dir value to /var/tmp. This is ok if /var/tmp is a large filesystem. However, many times it is not. To change it...

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

Sponsored Results for: prepend all CSV files in directory

Ads by Google