Search Results

Search: Posts Made By: Braveheart
2,456
Posted By RudiC
Whatever you mean by "nested" - yes, commands...
Whatever you mean by "nested" - yes, commands do behave identical, be they issued on the command line or run within a script.
2,456
Posted By RudiC
man ls reveals that there is a -r option....
man ls reveals that there is a -r option. Alternatively you might want to look into the find command.
1,220
Posted By Scrutinizer
Your Welcome. Then your ls should know -S I...
Your Welcome. Then your ls should know -S

I would suggest at the end within the if cd /Users/christopherdorman/desktop block
2,226
Posted By RudiC
Try, then, read -p "Good Morning, Please enter...
Try, then,
read -p "Good Morning, Please enter your file type name for sorting [ENTER]:" all_extensions
if cd /Users/christopherdorman/desktop
then while read extension
do...
994
Posted By Aia
Perhaps, the following might be a guide: ...
Perhaps, the following might be a guide:

#!/bin/bash

echo "Good Morning, Please enter your file type name for sorting [ENTER]:"
read extension
mv -v...
Showing results 1 to 5 of 5

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