Search Results

Search: Posts Made By: Nickbowlingdude
5,605
Posted By Nickbowlingdude
Thank You
Thanks so much for the help! I modified my code to make a normal shell file instead of a nautilus script and ended up with this
#!/bin/bash
cd "/home/nick/Desktop/Dose Files"
for file in *.drg
do...
5,605
Posted By Nickbowlingdude
Running a command on multiple selected files in nautilus script
I am trying to make a script to convert drg files to wav and so far i have this
#!/bin/bash
drg2sbg "$*" -o "$*".sbg
sbagen -Wo "/home/nick/Desktop/I-Doser Wave Files/"$*"" "$*".sbg
rm "$*".sbg...
Showing results 1 to 2 of 2

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