Search found 26 matches
- Mon Mar 23, 2020 8:56 pm
- Forum: Scripts & Bash
- Topic: Grabbing a files path and name without extension
- Replies: 13
- Views: 1257
Re: Grabbing a files path and name without extension
I saw that code while searching, but what if it's rar. I believe unzip still extracts that.
- Mon Mar 23, 2020 5:59 pm
- Forum: Scripts & Bash
- Topic: Grabbing a files path and name without extension
- Replies: 13
- Views: 1257
Grabbing a files path and name without extension
I been working on a bash file that extracts a zip file into a folder named the same as the zip. For example. I would want video23.zip to extract its content into a folder next to it called video23. This is what I got so far. This extracts the zip into a folder next to the zip called NewFolder unzip ...
- Sun Mar 22, 2020 5:25 am
- Forum: Chat about Linux
- Topic: Linux vulnerabilities
- Replies: 11
- Views: 2229
Re: Linux vulnerabilities
As a person that just started using linux, vulnerabilities are one thing I worry about. I know linux is safe, but since I"m a noob I feel like I may be forgetting something. On windows I had norton, which kept out everything, including harmless stuff lol
- Sun Mar 22, 2020 3:36 am
- Forum: Scripts & Bash
- Topic: Create a bash to be used as a default program
- Replies: 2
- Views: 812
Re: Create a bash to be used as a default program
Thanks, it worked perfectly.
I knew it would be something simple that I've seen a hundred times but didn't know what it meant.
I knew it would be something simple that I've seen a hundred times but didn't know what it meant.
- Sat Mar 21, 2020 10:10 pm
- Forum: Scripts & Bash
- Topic: Create a bash to be used as a default program
- Replies: 2
- Views: 812
Create a bash to be used as a default program
I noticed I open a few files using the terminal because I need to add an extra line of code. I feel that it would be easier to write a bash file and use that as the default program, but I'm not sure how to do that. Example: LANG=ja_JP.UTF-8 wine "file" How would I grab the file path, since...
- Thu Mar 19, 2020 8:37 pm
- Forum: Newbie Questions
- Topic: Run Launcher Shift-Jis
- Replies: 0
- Views: 345
Run Launcher Shift-Jis
So I have a few programs that I like to run in Japanese, but I don't feel like running to the terminal every time. I thought a good way around this would be to make a launcher that runs wine in Japanese, then run the program through that launcher. But writing LANG=ja_JP.UTF-8 wine in the launcher's ...