Summary: hi, could anybody help me understand the basic requirements of FLEXIBILITY IN FILE NAMING SCHEMES FOR SINGLE USER AND MULTI USER ENVIRONMENTS IN UNIX....
Summary: I sometimes use dates in file naming, but I prefer sequential numbering since that is unique, and I still have the date stamp of the file to show me w...
Summary: I am trying to add to the end of a script a copy of files that I just created and I want to use the nameing convention of xref."YYYYMM".data.s in oth...
Summary: I need a UNIX command to work on OS X on a Mac. I have a client who upgraded from OS 9 to OS X on her mac. She has a huge number of files with "/"...
Summary: I need a little help with a Script. I need to read a filename from a directorty based on a specific format. I will be looking for the file in a direct...
Summary: i am trying to grep for the files having string " failure" in the entire directory.for that i am using grep -l "FAILURE" , this will give only the fil...
Summary: Hi, people! Can someone give me the decision of this problem: You have to write the output from the commands who and date in a single file. How would ...
Summary: Hi I try to add file name in end of the line of every row.Its work one file. but same code is not work other same type of file File Data: A,VF-NL...
Summary: Dear All, I have a file generating mechanism whenever the file's limit (threashold) exceeded. File name has a USER names and time stamp. Eg. John_FILE...
Summary: I need to put the current date in front of every line in a file. I've tried the following in a shell script: #!/bin/sh -f dt = date +%d-%m-%Y awk '{pr...
Summary: Pleaser help... Compare file names then move to new directory: How do I compare the files in different directories to see if they are the same? I nee...
Summary: Hi. Given a file ("dfile") that has nothing but a bunch of dates in it that are inputed from the command line, what is the code syntax that will allow...
Summary: What's your definition of a valid Unix file name or Unix path if it doesn't exist? The choices are limitless. The following does the trick if the obj...
Summary: I hope this is the right place to post this sort of question. I've been working on a simple csh assignment but I've hit a snag which is really strange...
Summary: hi All, have a script which searches log files looking for some text. can someone tell me how to print the file name only if the text is in that...
Summary: Hello, I'd like to find all file names that are larger than 6 digits long in a directory. What unix command I should use? awk? thanks for any help. ...
Summary: While playing around with other commands, I managed to create a file named -l. when I do rm -l, of course it thinks that -l is an argument. I can't f...
Summary: Hi: I'll do the hard part for you. The standard unix tools do date related stuff well. (GNU date and awk might be able to. Haven't investigated the...
Summary: Version control files extracted from documentum/eroom have the following file naming convention : Example abc{1}.txt abc{2}.txt abc{3}.txt abc{4}.txt ...
Summary: hi, need to convert the date in a SQUID logfile to a 'normal' value like 2002/09/24 so that I can make some changes - afterwards I want to convert it ...