Computing.Net > Forums > Unix > Search Results

Quick Links

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

Sponsored Results for: hw 2 search fr *.txt in current dir

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: hw 2 search fr *.txt in current dir

Product Search Results


Results 1 - 25 of 6670

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

hw 2 search fr *.txt in current dir
    Summary: i need to search for *.txt in the current directory(excluding sub-directories) and need to itirate through each *.txt i.e. my requirement is to pick e...

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...

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...

unix programs
    Summary: hi, I am a student who just started learning unix. I was given with the following programs in my cirriculum. AS i am a new programmer is not able to s...

Executing Shell scripts?
    Summary: There are 2 ways $chmod +x $./ #if the file is in current dir . 2 $ sh You can refer to following link for more on shell programming http://www....

shell programming need help!!!!!
    Summary: how to know whether i got 2 identical ordinary file in current directory??? what is the command or logic to check it??? ...

programming questions
    Summary: Regarding #4, you must first get out of insert mode with the escape key: Esc :wq or Esc ZZ #2: ls -ltur -t gives time sort instead of filena...

converting bash script to csh script
    Summary: Can anyone convert this bash script to a csh script? Essentially what this script does is it takes an a directory as an arguement and appends that to...

korn shell problem
    Summary: Here I got some UNIX problem..Hope you can help.. 1)Write a UNIX command to concatenate the contents of all files in your present directory and to put...

for command in unix
    Summary: since I have several files to run this through I notice that when I use For it crashes. DIRS = "at_1 be_1 ch_1" for j in $DIRS do gawk -F\| 'BEGIN { ...

Can we do this in UNIX?
    Summary: Hi all, I have 2 flat files database: 1. Record A.txt Name|SerialNumber|PartNumber|Location|Addeddate|Expiredate hawkeye|123456|321-23-2345|H1|10/22/2...

find'em: search.sh
    Summary: I guess you are looking for some directories and files having certain permissions. Is the find command allowed ? If yes then use the find command as b...

execute shell file in other dir
    Summary: I have a common shell script file need to be accessed from several files in other directories. Time is urgent, although I know there are two ways for...

need help in scripting ksh
    Summary: so sorry for that. i actually need to have the xxid.txt file in the log dir join under two condition: 1) when the dir's file reaches 50 files 2) after...

grep search in multiple dirs
    Summary: Need help to grep for a string in each and every files in multiple folders just like the find command works find ./ -name abc.txt -print Any help woul...

how to fetch the fileds from 2 text files?
    Summary: ghostdog that's a neat trick. I'll take a shot at explaining it: awk 'FNR==NR{_[++d]=$0;next}{print _[FNR],$4,$5}' file1 file2 First, two definitions:...

Help with shell scripts
    Summary: If you want to pick up specific fields from each line returned, awk is often a good way to do it all in one shot, e.g: awk -F: '/Delon/{print $2, $1}'...

Shell Script
    Summary: Hi, I'm trying to write one shell script which will get the first entry form an ascii file whose entries looks like : 121212 xxxxxx zzzzz The crite...

Search string and how to get it replaced
    Summary: How do I search a string in a file and then replace it with another string. For example: I am looking for a string with the name date, and I want to r...

renaming files based on date arguments
    Summary: @echo off ------------------------- :: Description: Deletes files older than a specified number of days :: ++ attributes not set :: :: Author...

korn or unix
    Summary: but I do have another question to this since I have several files to run this through I notice that when I use For it crashes. DIRS = "at_1 be_1 ch_1...

help redoing unix script student db
    Summary: Hi, I am trying to write a unix script for a student database program. I have some pieces of script for this database that was left to me. ...

Unix n(awk) system() command
    Summary: I read in lines from input text file (i.e. $0) where each line gets split into array (e.g. lines). For each 2nd column (i.e. lines[2]), I wish to use ...

Unix - Search and replace
    Summary: Is it possible to do search and replace in unix Like : s/some date/current date/g some date and current date both are in same format (dd/mm/yyyy hh:mm...

changing dir's with a batch file?
    Summary: In DOS, a batch file containing a 'cd' command results in the current directory being changed at the prompt. In Unix, the same changes the dir within ...

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

Sponsored Results for: hw 2 search fr *.txt in current dir

Ads by Google