10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
originally the shellscript
#ln_file_name=`echo $ld_interface_date"_"${8}".csv"`
#ln_file_name=`echo 201202011527_HL_HLTM1_B04A.csv`
ln_file_name="*"`echo ${7}".csv"`
get_file_list_1=$log_path"tm1_file_list.gfl1"
cd ${source_path}
echo "Try to find any file exist in the... (10 Replies)
Discussion started by: feilhk
10 Replies
2. Homework & Coursework Questions
1. The problem statement, all variables and given/known data:
I have a file with a fragment of a novel, which I have to clear from punctuation and sort all the words contained one per line and non duplicated, all this going to a file called "palabras".
Here is fragment of the input file:
... (4 Replies)
Discussion started by: ektorzoza
4 Replies
3. Shell Programming and Scripting
Hi
I created a gnupg password which I later forgot clumsy enough (after a holiday). I can always create a new one but unfortunately I have some files on the computer that I encrypted with it and would like to access it. I remember parts of the password and was wondering what's the the best way to... (0 Replies)
Discussion started by: zaonline
0 Replies
4. Shell Programming and Scripting
Hi to all,
anyway to create shell script to sort informations from one file and create new file with the sorted values?
from file 30days.out
-bash-3.00# more 30days.out
user/str4@kl.com/INBOX
user/tg1@johor.com/INBOX
user/tg2@kedah.com/INBOX
user/tg3@titangroup.com/INBOX... (3 Replies)
Discussion started by: Mr_47
3 Replies
5. Shell Programming and Scripting
Hello,
reéaliser I'd like a program that sorts the entries in a directory under different options:
-R: Sorting the contents of the directory tree starting at pos. In this case we will sort with respect to the names of the entries but it will show the path;
-D: sort in descending order by... (1 Reply)
Discussion started by: yaya125
1 Replies
6. Shell Programming and Scripting
hello my problem is that I have to do diferents sorts shells with diferents logical algorithms
like shell sort, select sort, quick sort and bubble sort.
starting from a basic shell that says something like:
file = cat $1
sortLogic = $2
colSort = $3
source sortLogic file colSort > $4
... (1 Reply)
Discussion started by: edgar287
1 Replies
7. Shell Programming and Scripting
hi folks, I have this data in a data.txt file and i want to sort the 5th column and in descending order: Jun 15 119.167.247.40 = 23 Jun 15 119.167.247.40 = 3 Jun 15 208.115.46.125 = 12 Jun 15 208.115.46.125 = 6 Jun 15 210.51.10.160 = 20 I want this sample output: Jun... (2 Replies)
Discussion started by: linuxgeek
2 Replies
8. UNIX for Dummies Questions & Answers
Hi
Don't know if this is a dummy question, but let's give it a try.
I yesterday had a problem with undefined behaviour in the sort shell command (I'm using bash), leading to different sort orders without apparent reasons. I resolved this by typing
export LC_ALL="C"
export LC_COLLATE="C"... (5 Replies)
Discussion started by: jossojjos
5 Replies
9. Shell Programming and Scripting
Hi all,
I would like to know how to have graphics embedded using shell scripts...
I mean simple =========>
or ---------> would do...
The main idea here is for every element of the bar to move for every % completion of data.....
I tried echo under a for loop ,but it was not giving me o/p that... (3 Replies)
Discussion started by: wrapster
3 Replies
10. Shell Programming and Scripting
Hello All,
I am creating a shell script that reads a file(test.txt) with the following data,
0.0.0.0
10.10.10.0
10.10.10.1
10.10.10.10
10.10.10.2
10.10.10.3
10.10.10.4
10.10.10.5
10.10.10.6
10.10.10.7
10.10.10.8
10.10.10.9
If I use the sort, the highest value I am getting is... (1 Reply)
Discussion started by: racbern
1 Replies