Search Results

Search: Posts Made By: jvpike
2,314
Posted By jvpike
Linux DHCP Release on boot
Hi All-

I have an assigned static IP address on my Linux box and was wondering if there is a way to change that to a DHCP without actually logging in?

Possibly a hot key I can press prioir to...
1,880
Posted By jvpike
thanks!
thanks!
1,880
Posted By jvpike
Isolating Stat Results
i'm trying to isolate the results from the stat command to just the file name and the size. I got as far as:
stat *.jpg | grep Size
How can I isolate the size and the file name?
2,482
Posted By jvpike
Rename files with sed in an until loop (double post)
I want to change the name of some of my files (mypics-0001, mypics-0002, mypics-0003.....mypics-0240) and I want to double check to see if this code is right:

x=0
until [$x -ge 241]
do
sed...
Showing results 1 to 4 of 4

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