view bin/linux-drive-number-mapping @ 731:4d037b0a9f41 default tip

[bashrc] Better FreeBSD compat with Windows Terminal Reference: https://github.com/microsoft/terminal/discussions/18332
author nanaya <me@nanaya.net>
date Wed, 08 Jan 2025 19:02:53 +0900
parents f579b5310a1b
children
line wrap: on
line source

#!/bin/sh

# Stolen from http://superuser.com/questions/617192

[ "$(uname)" = "Linux" ] || exit 1

ata=$1
ls -l /sys/block/sd* | grep $(grep $ata /sys/class/scsi_host/host*/unique_id | awk -F'/' '{print $5}')