Search Results

Search: Posts Made By: AgentOrange
6,048
Posted By AgentOrange
Thank you for your response vbe :-) so I...
Thank you for your response vbe :-)


so I have


#!/bin/bash
printf "checking for hidden modules: "
for mm in /sys/module/*; do
if test -d ${mm}/sections; then
MOD="$(basename...
6,048
Posted By AgentOrange
Help with if else statement...
hello all. I need help creating an if else statement here. Ive tried and have failed so far.


This is the code I have so far:


printf "checking for hidden modules\n"
for mm in /sys/module/*;...
Showing results 1 to 2 of 2

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