Search Results

Search: Posts Made By: s3270226
2,180
Posted By s3270226
sorry for me English. in case there are 2 or...
sorry for me English.
in case there are 2 or more files with the name fileN where N is a number, the script will return the file with the biggest N :)
thank u
2,180
Posted By s3270226
how to compare names of files?
hi,
can somebody tell me how to compare names of files?
the situation is I have 2 files file1 and file2 and I want to figure out which file has the biggest ending, in this case file2 is.
thank you
2,292
Posted By s3270226
creating text file with content from script
hi,
can somebody tell me how I can create a text file with content from Bash script.
The file should be prefilled with information such as current date and time then leaving the user ability to...
5,392
Posted By s3270226
:P, I'm just trying to learn unix scripting, this...
:P, I'm just trying to learn unix scripting, this is one exercise I found in the book. the problem is they don't have solution in this book.
by the way, I've come up with steps to do it.
can you...
5,392
Posted By s3270226
Simple version control script for text files
HI guys,
Could you help me writing a simple version control script for a text files.
the format could be
./version_control [command] [flags] <file(s)> (I want it to be able to work with more...
1,626
Posted By s3270226
tar files in directory
can someone give me a script to tar files that is older than 5 days in a directory that is not something like this:
fileArray=($(find -mtime +5 asdfasdf))

tar -cvf asfadfasdfa ${fileArray[@]}
...
12,417
Posted By s3270226
thanks to all of you. so far I have understood...
thanks to all of you.
so far I have understood the following point.
the line file in `find $dval -name core | xargs file | grep "core file" | sed -e 's/^.*from\//' -e s/\'//g` will return the name...
12,417
Posted By s3270226
can u explain for me step by step of what I...
can u explain for me step by step of what I should do? what basic information I should search to complete those steps? I'm completely new to unix scripting and this is my first assignment. I have...
12,417
Posted By s3270226
how to delete core file (file created due to apps crashed)
1. The problem statement, all variables and given/known data:

When looking for corefiles, include any file with core in its name. (Some UNIX/Linux systems add the PID of the process that created...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 06:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy