Search Results

Search: Posts Made By: domdom110
744
Posted By domdom110
Changing filename format
i need and outline to write a script that takes and old format and convert to a new format

example:
tupac - changes.mp3

and converts all mp3 files to the format of

tupac/changes.mp3
...
1,753
Posted By domdom110
homework for college i will modifiy any code that...
homework for college i will modifiy any code that is given the class is advance programming and the teacher is good but hard to follow so i learn from asking questions
1,753
Posted By domdom110
Thank all of you for all the help
Thank all of you for all the help
1,820
Posted By domdom110
$reextend is a way to change a file type to...
$reextend is a way to change a file type to another file type (reextend .bash .txt)
it changes all .bash files to .txt files

and $print just shows whatever command follows
1,753
Posted By domdom110
Word Count In A Script
I am in need of a basic format to
1. list all files in a directory
2. list the # of lines in each file
3. list the # of words in each file

If someone could give me a basic format i would...
1,820
Posted By domdom110
file naming in a script
#!/bin/bash

while read inputline
do
what="$inputline"
echo $what;
if [ -z "${what}" ];
then
exit
fi

$reextend $what
$print ls -a
done
this is my code i am trying to change all of the...
Showing results 1 to 6 of 6

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