Search Results

Search: Posts Made By: jose2802
1,008
Posted By jose2802
Help to understand a script
Hello world! Can someone please explain me how this code works? I'ts supposed to find words in a dictionary and show the anagrams of the words.

{
part = word2key($1)
...
2,147
Posted By jose2802
Anagram finder based in Ascii values
Hello, i need some help with a programm i want to make, what i want to do is to make a dictionary and include some anagrams with it, and make the programm read the Ascii value of each word, and...
7,178
Posted By jose2802
No, it's not homework, i'm trying to solve this...
No, it's not homework, i'm trying to solve this pool of scripts to try to learn to code in bash, but i'm just starting to, so i'm looking for some help to begin with since i'm not that experienced...
3,331
Posted By jose2802
6-digit hexadecimal ID in shell
Hi, i tried to do this script:
Generate a "unique" 6-digit hexadecimal identifier for your computer. Do not use the flawed hostid command. Hint: md5sum /etc/passwd, then select the first 6 digits of...
1,606
Posted By jose2802
Help with loops?
I'm trying to understand better the while and until loops, can someone help me with this example?


#!/bin/bash
# Listing the planets.

for planet in Mercury Venus Earth Mars Jupiter Saturn...
7,178
Posted By jose2802
Thanks very much, i added the date the file was...
Thanks very much, i added the date the file was deleted too, but i have another question, what is this command for?

| awk '{gsub(/\.\//,X,$0);print $0}'`

Also, if i'd wanted to list the files...
7,178
Posted By jose2802
Help with a shell script? List files, delete them and log them
Hello, i'm trying to solve this script.
List, one at a time, all files larger than 100K in the /home/username directory tree. Give the
user the option to delete or compress the file, then proceed...
Showing results 1 to 7 of 7

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