linux tag

403 questions


1 answers
99 views
0
Don't you consider the procedure when you run shell scripts?

Chapter 7 in the book This Is Linux (by Woo Jae-nam) Learning Shell Script Programming Unit I had doubts.*set.sh* 1. #!/bin/sh 2. echo today's date is $(date). 3. set $(date) 4. echo today's day is $4...

2 years ago

1 answers
64 views
0
Run Linux Bluetooth Command Java

I scanned and paired Bluetooth with commands on Linux.I'm going to move the process to Java.Runtime running the Java Linux command was used, but it did not run.This is the Java code that I made.public...

2 years ago

1 answers
102 views
0
I have a question because the Linux Python version has not been changed.

Existing Python version is 3.6 I tried to change it to Python 2.7 because the module I was going to use didn't work.So even though I changed Python like the capture screen, it keeps coming out as 3.6....

2 years ago
« - 41 -

© 2024 OneMinuteCode. All rights reserved.